summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/default.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-13 22:40:29 -0400
committertriethyl <triethylammonium@pm.me>2025-08-13 22:40:29 -0400
commitad1329bf205454a8b13110475687775a8456f787 (patch)
tree84c72324a46915cefd7eb7cd6b3583c1eeaf03f7 /pkgs/custom-neovim/default.nix
parent0f588b826771f4843e28531cb503403a0785ae57 (diff)
neovim: bunch of stuff
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
-rw-r--r--pkgs/custom-neovim/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix
index 8ea087c..479e952 100644
--- a/pkgs/custom-neovim/default.nix
+++ b/pkgs/custom-neovim/default.nix
@@ -28,6 +28,8 @@ in
render-markdown-nvim # Render markdown fancily.
incline-nvim # Puts the filename in the winbar.
+ git-plugins.profile-nvim-git
+
# Completion
nvim-cmp # Completer.
cmp-buffer