diff --git a/flake.lock b/flake.lock index a66d563..7ff13b1 100644 --- a/flake.lock +++ b/flake.lock @@ -598,6 +598,21 @@ "type": "github" } }, + "nix-lazy-nvim": { + "locked": { + "lastModified": 1694868321, + "narHash": "sha256-LHPQkD+7ltdo77gpFQOnr8QAgYPdtFf9pm/Alwrs570=", + "ref": "refs/heads/main", + "rev": "1dc6361600111b1c46f6e85221334c8c47f88200", + "revCount": 4, + "type": "git", + "url": "https://git.moritzboeh.me/moritz/NixLazy.nvim" + }, + "original": { + "type": "git", + "url": "https://git.moritzboeh.me/moritz/NixLazy.nvim" + } + }, "nix-super": { "inputs": { "flake-compat": "flake-compat_2", @@ -870,6 +885,7 @@ "master": "master", "neovim-nightly-overlay": "neovim-nightly-overlay", "nil": "nil", + "nix-lazy-nvim": "nix-lazy-nvim", "nix-super": "nix-super", "nixpkgs": "nixpkgs_6", "nvim-treesitter": "nvim-treesitter", diff --git a/modules/programs/nvim/plugins/coding.nix b/modules/programs/nvim/plugins/coding.nix index 8219567..ae3d393 100644 --- a/modules/programs/nvim/plugins/coding.nix +++ b/modules/programs/nvim/plugins/coding.nix @@ -205,7 +205,6 @@ with builtins; ]; dependencies = [ { plugin = plenary-nvim; } - { plugin = which-key-nvim; } { plugin = telescope-fzf-native-nvim; } ]; }