Skip to content

Commit

Permalink
vimPlugins.unimpaired-nvim: init at 2024-10-17 (#349318)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Oct 20, 2024
2 parents bfa3e97 + 61dab42 commit a0fa667
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 @@ -18648,6 +18648,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 @@ -1055,6 +1055,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 a0fa667

Please sign in to comment.