summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/default.nix
diff options
context:
space:
mode:
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
];
}