diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-11 17:01:04 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-11 17:01:04 -0400 |
| commit | 8e2f4297ba08f945e4f78d7c3a86aa4cc1e553ed (patch) | |
| tree | 6ddeba503f54aa3f80377e7225e564a5fe34bbcc /pkgs/custom-neovim/default.nix | |
| parent | 0c3ab10a8f5587ef64476fc4cf425531df73e3d4 (diff) | |
working on adding snacks.nvim
Former-commit-id: 4e263cc0bcc079adaa4eb9487c7c31553e186388
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index a6dfcb6..8abc968 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -11,6 +11,15 @@ sha256 = "sha256-9Un7ekhBxcnmFE1xjCCFTZ7eqIbmXvQexpnhduAg4M0="; }; }); # go back to regular plenary when this commit is merged: https://github.com/nvim-lua/plenary.nvim/pull/649 + which-key-nvim-git = pkgs.vimPlugins.which-key-nvim.overrideAttrs (old: { + version = "git"; + src = pkgs.fetchFromGitHub { + owner = "cameronr"; + repo = "which-key.nvim"; + rev = "ab1a3b0d3005a95507ba6c18b96531d430370885"; + sha256 = "sha256-Zbs+Xd6kGfR+s/f6xhxXBdKJA2N4WqcJDPWVkGaM7S0="; + }; + }); # go back to regular which-key when this commit is merged: https://github.com/folke/which-key.nvim/pull/974 in inputs.mnw.lib.wrap pkgs { neovim = pkgs.neovim-unwrapped; @@ -32,7 +41,9 @@ in plenary-nvim-git alpha-nvim # Dashboard. persisted-nvim # Session manager. - which-key-nvim + # which-key-nvim + which-key-nvim-git + snacks-nvim # Colorschemes oxocarbon-nvim # IBM Carbon themes. |
