diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-07 15:00:30 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-07 15:00:30 -0400 |
| commit | 3b26572913f42c540691ee385bb255b52228e448 (patch) | |
| tree | a35ce43f9573889f727ee51be54099c8c1d5729c /pkgs/custom-neovim/git-plugins.nix | |
| parent | b2a806b5078391dd8f9ee94fdc8be5c3b0271187 (diff) | |
neovim: added namu and changed keys
Diffstat (limited to 'pkgs/custom-neovim/git-plugins.nix')
| -rw-r--r-- | pkgs/custom-neovim/git-plugins.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/git-plugins.nix b/pkgs/custom-neovim/git-plugins.nix index 6e26e40..a956923 100644 --- a/pkgs/custom-neovim/git-plugins.nix +++ b/pkgs/custom-neovim/git-plugins.nix @@ -17,4 +17,14 @@ 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 + namu-nvim-git = pkgs.vimUtils.buildVimPlugin { + name = "namu-nvim"; + version = "git"; + src = pkgs.fetchFromGitHub { + owner = "bassamsdata"; + repo = "namu.nvim"; + tag = "v0.6.0"; + sha256 = "sha256-ywKb/VVNSa/LtiQaSO2lqff2ujupIcc9P9AJg/p6mKw="; + }; + }; } |
