summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/git-plugins.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/git-plugins.nix
parent0f588b826771f4843e28531cb503403a0785ae57 (diff)
neovim: bunch of stuff
Diffstat (limited to 'pkgs/custom-neovim/git-plugins.nix')
-rw-r--r--pkgs/custom-neovim/git-plugins.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/git-plugins.nix b/pkgs/custom-neovim/git-plugins.nix
index a956923..adc7403 100644
--- a/pkgs/custom-neovim/git-plugins.nix
+++ b/pkgs/custom-neovim/git-plugins.nix
@@ -27,4 +27,14 @@
sha256 = "sha256-ywKb/VVNSa/LtiQaSO2lqff2ujupIcc9P9AJg/p6mKw=";
};
};
+ profile-nvim-git = pkgs.vimUtils.buildVimPlugin {
+ name = "profiler-nvim";
+ version = "git";
+ src = pkgs.fetchFromGitHub {
+ owner = "stevearc";
+ repo = "profile.nvim";
+ rev = "30433d7513f0d14665c1cfcea501c90f8a63e003";
+ sha256 = "sha256-2Mk6VbC+K/WhTWF+yHyDhQKJhTi2rpo8VJsnO7ofHXs=";
+ };
+ };
}