LazyVIM and some updated configurations
This commit is contained in:
11
nvim/lua/plugins/refactoring.lua
Normal file
11
nvim/lua/plugins/refactoring.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"ThePrimeagen/refactoring.nvim",
|
||||
lazy_load = true,
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
config = function()
|
||||
require("refactoring").setup()
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user