feat: extras.editor.refactoring
This commit is contained in:
parent
a12fc1d1c9
commit
9bd532e06b
2 changed files with 4 additions and 0 deletions
|
@ -219,6 +219,9 @@
|
||||||
# Neo-tree
|
# Neo-tree
|
||||||
neo-tree-nvim
|
neo-tree-nvim
|
||||||
|
|
||||||
|
# Refactoring
|
||||||
|
refactoring-nvim
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
rose-pine
|
rose-pine
|
||||||
diffview-nvim
|
diffview-nvim
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -54,6 +54,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
||||||
{ import = 'lazyvim.plugins.extras.editor.aerial' },
|
{ import = 'lazyvim.plugins.extras.editor.aerial' },
|
||||||
{ import = 'lazyvim.plugins.extras.editor.navic' },
|
{ import = 'lazyvim.plugins.extras.editor.navic' },
|
||||||
{ import = 'lazyvim.plugins.extras.editor.neo-tree' },
|
{ import = 'lazyvim.plugins.extras.editor.neo-tree' },
|
||||||
|
{ import = 'lazyvim.plugins.extras.editor.refactoring' },
|
||||||
|
|
||||||
{ import = 'lazyvim.plugins.extras.lang.nix' },
|
{ import = 'lazyvim.plugins.extras.lang.nix' },
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue