summary refs log tree commit diff
path: root/.vim/lua/plugins/_lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to '.vim/lua/plugins/_lsp.lua')
-rw-r--r--.vim/lua/plugins/_lsp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/lua/plugins/_lsp.lua b/.vim/lua/plugins/_lsp.lua
index e8ca981..bf1cc6d 100644
--- a/.vim/lua/plugins/_lsp.lua
+++ b/.vim/lua/plugins/_lsp.lua
@@ -22,7 +22,7 @@ local my_attach = function(client)
   nnoremap { '<leader>f', function() vim.lsp.buf.formatting() end }
 
   -- nnoremap { 'g0', function() vim.lsp.buf.document_symbol() end }
-  -- nnoremap { 'gr', function() vim.lsp.buf.references() end }
+  nnoremap { 'gR', function() vim.lsp.buf.references() end }
   nnoremap { 'gW', function() vim.lsp.buf.workspace_symbol() end }
   nnoremap { 'gD', function() vim.lsp.buf.declaration() end }
   nnoremap { 'gT', function() vim.lsp.buf.type_definition() end }