From 3b26572913f42c540691ee385bb255b52228e448 Mon Sep 17 00:00:00 2001 From: triethyl Date: Thu, 7 Aug 2025 15:00:30 -0400 Subject: neovim: added namu and changed keys --- pkgs/custom-neovim/git-plugins.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pkgs/custom-neovim/git-plugins.nix') 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="; + }; + }; } -- cgit v1.2.3