mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 20:40:42 +00:00
Add suport for nvim's LSP
This commit is contained in:
parent
4eee9b4398
commit
46ca9189af
6 changed files with 180 additions and 11 deletions
3
home/.config/nvim/lua/lsp/rename.lua
Normal file
3
home/.config/nvim/lua/lsp/rename.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
-- Nvim's LSP lacks rename-all functionality which plugins like Coc provide
|
||||
-- this is a manual implementation of this feature
|
||||
-- TODO: Actually implement this
|
Loading…
Add table
Add a link
Reference in a new issue