Add map for LSP rename
This commit is contained in:
parent
091e9f3bff
commit
90754c10b9
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ nnoremap <silent> g0 <cmd>lua vim.lsp.buf.document_symbol()<CR>
|
|||
nnoremap <silent> gW <cmd>lua vim.lsp.buf.workspace_symbol()<CR>
|
||||
nnoremap <silent> gd <cmd>lua vim.lsp.buf.definition()<CR>
|
||||
nnoremap <silent> ga <cmd>lua vim.lsp.buf.code_action()<CR>
|
||||
nnoremap <silent> <Leader>rn <cmd>lua vim.lsp.buf.rename()<CR>
|
||||
|
||||
" Goto previous/next diagnostic warning/error
|
||||
nnoremap <silent> g[ <cmd>lua vim.lsp.diagnostic.goto_prev()<CR>
|
||||
|
|
Loading…
Reference in a new issue