feat: extras.editor.navic
This commit is contained in:
parent
4dc7cf3e67
commit
0b9f37df6c
2 changed files with 4 additions and 0 deletions
|
@ -213,6 +213,9 @@
|
|||
# Aerial
|
||||
aerial-nvim
|
||||
|
||||
# Navic
|
||||
nvim-navic
|
||||
|
||||
# Custom
|
||||
rose-pine
|
||||
diffview-nvim
|
||||
|
|
1
init.lua
1
init.lua
|
@ -52,6 +52,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
|||
{ import = 'lazyvim.plugins.extras.coding.yanky' },
|
||||
|
||||
{ import = 'lazyvim.plugins.extras.editor.aerial' },
|
||||
{ import = 'lazyvim.plugins.extras.editor.navic' },
|
||||
|
||||
{ import = 'lazyvim.plugins.extras.lang.nix' },
|
||||
|
||||
|
|
Loading…
Reference in a new issue