summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/default.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-07-16 19:34:40 -0400
committertriethyl <triethylammonium@pm.me>2025-07-16 19:34:40 -0400
commita827e229552ad1e51aa3f40cef64f0c09aa81d77 (patch)
treeb19b679dd0f7b5b73a759817d4f5b8370fb528e3 /pkgs/custom-neovim/default.nix
parent4675a023e85fb0c188cbf1916decff43ab95a692 (diff)
added mini plugins
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
-rw-r--r--pkgs/custom-neovim/default.nix23
1 files changed, 4 insertions, 19 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix
index 860e476..27a195c 100644
--- a/pkgs/custom-neovim/default.nix
+++ b/pkgs/custom-neovim/default.nix
@@ -2,24 +2,7 @@
pkgs,
inputs,
}: let
- plenary-nvim-git = pkgs.vimPlugins.plenary-nvim.overrideAttrs (old: {
- version = "git";
- src = pkgs.fetchFromGitHub {
- owner = "emmanueltouzery";
- repo = "plenary.nvim";
- rev = "7750bc895a1f06aa7a940f5aea43671a74143be0";
- 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
+ git-plugins = import ./git-plugins.nix {inherit pkgs;};
in
inputs.mnw.lib.wrap pkgs {
neovim = pkgs.neovim-unwrapped;
@@ -39,7 +22,7 @@ in
# plenary-nvim-git
alpha-nvim # Dashboard.
persisted-nvim # Session manager.
- which-key-nvim-git
+ git-plugins.which-key-nvim-git
snacks-nvim
# Colorschemes
@@ -48,6 +31,8 @@ in
kanagawa-nvim # Kanagawa themes.
everforest # Green themes.
nordic-nvim # Warm dark nordic theme.
+ tokyonight-nvim
+ nightfox-nvim
# Miscellaneous Plugins
presence-nvim # Discord RPC for nvim.