feat: extras.editor.aerial
This commit is contained in:
parent
a43c5c1776
commit
4dc7cf3e67
2 changed files with 6 additions and 0 deletions
|
@ -209,6 +209,10 @@
|
|||
# yanky.nvim
|
||||
yanky-nvim
|
||||
|
||||
# Editor
|
||||
# Aerial
|
||||
aerial-nvim
|
||||
|
||||
# Custom
|
||||
rose-pine
|
||||
diffview-nvim
|
||||
|
|
2
init.lua
2
init.lua
|
@ -51,6 +51,8 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
|||
{ import = 'lazyvim.plugins.extras.coding.mini-surround' },
|
||||
{ import = 'lazyvim.plugins.extras.coding.yanky' },
|
||||
|
||||
{ import = 'lazyvim.plugins.extras.editor.aerial' },
|
||||
|
||||
{ import = 'lazyvim.plugins.extras.lang.nix' },
|
||||
|
||||
-- This needs to be after extras to prevent extras from overwriting it.
|
||||
|
|
Loading…
Reference in a new issue