mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-13 03:37:17 +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
|