Skip to content

Commit

Permalink
vimPlugins.unimpaired.nvim: init at 2024-10-17
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Singh committed Oct 19, 2024
1 parent b5cd423 commit 898bf4d
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 @@ -18624,6 +18624,18 @@ final: prev:
meta.homepage = "https:/tomtom/tinykeymap_vim/";
};

unimpaired-nvim = buildVimPlugin {
pname = "unimpaired.nvim";
version = "2024-10-17";
src = fetchFromGitHub {
owner = "tummetott";
repo = "unimpaired.nvim";
rev = "8e504ba95dd10a687f4e4dacd5e19db221b88534";
sha256 = "sha256-CNU4cigMjbvOdUzUXze9ZDmTZRuYtj4dCuuLVZkMTQg=";
};
meta.homepage = "https:/tummetott/unimpaired.nvim/";
};

vim-advanced-sorters = buildVimPlugin {
pname = "vim-advanced-sorters";
version = "2024-08-16";
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 @@ -1053,6 +1053,7 @@ https:/altermo/ultimate-autopair.nvim/,HEAD,
https:/SirVer/ultisnips/,,
https:/mbbill/undotree/,,
https:/chrisbra/unicode.vim/,,
https:/tummetott/unimpaired.nvim/,HEAD,
https:/unisonweb/unison/,,
https:/Shougo/unite.vim/,,
https:/sontungexpt/url-open/,HEAD,
Expand Down

0 comments on commit 898bf4d

Please sign in to comment.