dotfiles/home/.config/nvim/lua/lsp/rename.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