diff --git a/flake.nix b/flake.nix index 5390348..24ebd69 100644 --- a/flake.nix +++ b/flake.nix @@ -209,6 +209,10 @@ # yanky.nvim yanky-nvim + # Editor + # Aerial + aerial-nvim + # Custom rose-pine diffview-nvim diff --git a/init.lua b/init.lua index e7edfc7..2431846 100644 --- a/init.lua +++ b/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.