mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 10:39:41 +00:00
4 lines
160 B
Lua
4 lines
160 B
Lua
-- Nvim's LSP lacks rename-all functionality which plugins like Coc provide
|
|
-- this is a manual implementation of this feature
|
|
-- TODO: Actually implement this
|