diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-19 14:19:50 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-19 14:19:50 -0400 |
| commit | 38bbaf267209e0df16e0ba87c8833cc9d8718b0b (patch) | |
| tree | 45a3b9a49beb03c56722ed0ac41e1a41c748ba0d /pkgs/custom-neovim/default.nix | |
| parent | 26f9b43fec441b1c17a44daab12db1b20f57254b (diff) | |
neovim: created new pickers
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 6 |
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 ]; } |
