Skip to content

Commit

Permalink
vimPlugins.nvim-numbertoggle: init at 2024-03-29
Browse files Browse the repository at this point in the history
  • Loading branch information
wrvsrx committed Jan 2, 2025
1 parent 3572722 commit aa6e01d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9389,6 +9389,18 @@ final: prev:
meta.homepage = "https://github.com/LhKipp/nvim-nu/";
};

nvim-numbertoggle = buildVimPlugin {
pname = "nvim-numbertoggle";
version = "2024-03-29";
src = fetchFromGitHub {
owner = "sitiom";
repo = "nvim-numbertoggle";
rev = "c5827153f8a955886f1b38eaea6998c067d2992f";
sha256 = "18nxqi3a3xamrjzpsabww411ix6vr44smprqi9prd47238lpshi2";
};
meta.homepage = "https://github.com/sitiom/nvim-numbertoggle/";
};

nvim-osc52 = buildVimPlugin {
pname = "nvim-osc52";
version = "2024-05-24";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ https://github.com/nvim-neotest/nvim-nio/,HEAD,
https://github.com/ya2s/nvim-nonicons/,,
https://github.com/rcarriga/nvim-notify/,,
https://github.com/LhKipp/nvim-nu/,HEAD,
https://github.com/sitiom/nvim-numbertoggle/,HEAD,
https://github.com/ojroques/nvim-osc52/,,
https://github.com/julienvincent/nvim-paredit/,,
https://github.com/gpanders/nvim-parinfer/,HEAD,
Expand Down

0 comments on commit aa6e01d

Please sign in to comment.