feat(nvim): add refactoring.nvim plugin
This commit is contained in:
parent
41eb8f6c71
commit
cf6647658d
3 changed files with 10 additions and 0 deletions
7
roles/neovim/files/after/plugin/refactoring.lua
Normal file
7
roles/neovim/files/after/plugin/refactoring.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
local status_ok, refactoring = pcall(require, "refactoring")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
-- TODO: add keymaps - https://github.com/ThePrimeagen/refactoring.nvim#configuration-for-refactoring-operations
|
||||
refactoring.setup {}
|
Loading…
Add table
Add a link
Reference in a new issue