diff --git a/flake.nix b/flake.nix index 2b272c0..0b4a197 100644 --- a/flake.nix +++ b/flake.nix @@ -56,11 +56,11 @@ categoryDefinitions = { pkgs, - settings, - categories, - extra, + # settings, + # categories, + # extra, name, - mkNvimPlugin, + # mkNvimPlugin, ... }: { lspsAndRuntimeDeps = with pkgs; let @@ -271,6 +271,9 @@ nvim-nio # UI + # edgy.nvim + edgy-nvim + # Mini Animate { plugin = mini-animate; @@ -342,7 +345,7 @@ packageDefinitions = { nvim = { pkgs, - mkNvimPlugin, + # mkNvimPlugin, ... }: { settings = { @@ -385,25 +388,28 @@ devShells.default = devenv.lib.mkShell { inherit inputs pkgs; modules = [ - ({ - pkgs, - config, - ... - }: { - packages = [ - defaultPackage - ]; + ( + # { + # pkgs, + # config, + # ... + # }: + _: { + packages = [ + defaultPackage + ]; - pre-commit.hooks = { - alejandra.enable = true; - deadnix.enable = true; - statix.enable = true; - stylua.enable = true; - end-of-file-fixer.enable = true; - trim-trailing-whitespace.enable = true; - no-commit-to-branch.enable = true; - }; - }) + pre-commit.hooks = { + alejandra.enable = true; + deadnix.enable = true; + statix.enable = true; + stylua.enable = true; + end-of-file-fixer.enable = true; + trim-trailing-whitespace.enable = true; + no-commit-to-branch.enable = true; + }; + } + ) ]; }; }) diff --git a/init.lua b/init.lua index c14959d..bfc6965 100644 --- a/init.lua +++ b/init.lua @@ -76,6 +76,7 @@ require('nixCatsUtils.lazyCat').setup( { import = 'lazyvim.plugins.extras.test.core' }, + { import = 'lazyvim.plugins.extras.ui.edgy' }, { import = 'lazyvim.plugins.extras.ui.mini-animate' }, { import = 'lazyvim.plugins.extras.ui.treesitter-context' },