diff options
author | self <george@gabbott.dev> | 2022-10-20 21:57:52 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-10-20 21:57:52 +0100 |
commit | 44698b619dabc12467c5df6dd21b11221673d551 (patch) | |
tree | ae28b3726abc262c00ef8a80b0bd8990451b4334 | |
parent | 07a2af508cb525fcfdb60742891f1b47a56f5fdd (diff) |
tried to get rename, didn't work ¯\_(ツ)_/¯
-rwxr-xr-x | init.vim | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -184,6 +184,15 @@ Plug 'nvim-lua/plenary.nvim' Plug 'mfussenegger/nvim-dap' Plug 'folke/todo-comments.nvim' +Plug 'nvim-lua/popup.nvim' +Plug 'RishabhRD/lspactions' +nnoremap <leader>ar :lua require'lspactions'.rename()<CR> +" vim.lsp.handlers["textDocument/codeAction"] = require'lspactions'.codeaction +" vim.cmd [[ nnoremap <leader>af :lua require'lspactions'.code_action()<CR> ]] +" vim.cmd [[ nnoremap <leader>af :lua require'lspactions'.range_code_action()<CR> ]] + + + " For C++ development Plug 'jackguo380/vim-lsp-cxx-highlight' |