summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/default.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-03-19 14:19:50 -0400
committertriethyl <triethylammonium@pm.me>2026-03-19 14:19:50 -0400
commit38bbaf267209e0df16e0ba87c8833cc9d8718b0b (patch)
tree45a3b9a49beb03c56722ed0ac41e1a41c748ba0d /pkgs/custom-neovim/default.nix
parent26f9b43fec441b1c17a44daab12db1b20f57254b (diff)
neovim: created new pickers
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
-rw-r--r--pkgs/custom-neovim/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix
index 4ea9daa..72225a5 100644
--- a/pkgs/custom-neovim/default.nix
+++ b/pkgs/custom-neovim/default.nix
@@ -54,6 +54,7 @@ in
# Git Plugins
mini-git
mini-diff
+ fugit2-nvim
# Markdown Plugns
render-markdown-nvim
@@ -81,12 +82,11 @@ in
# Extra Utils
wl-clipboard
fzf
- # ripgrep
- # gcc
+ ripgrep
fd
- lazygit
# Misc Dependencies
+ libgit2
python312Packages.pylatexenc
];
}