vimPlugins.snap: init at 2021-06-16

This commit is contained in:
figsoda 2021-06-16 13:34:42 -04:00 committed by Jonathan Ringer
parent f0f4601d3a
commit 435032e8c1
2 changed files with 13 additions and 0 deletions

View file

@ -4512,6 +4512,18 @@ final: prev:
meta.homepage = "https://github.com/gorkunov/smartpairs.vim/";
};
snap = buildVimPluginFrom2Nix {
pname = "snap";
version = "2021-06-16";
src = fetchFromGitHub {
owner = "camspiers";
repo = "snap";
rev = "8628478288bb64ed59989910e736879054facda3";
sha256 = "0sq7wv07hckk8qfg39qv507i33vg1c6nr5gjrjl5126i1h5afa8j";
};
meta.homepage = "https://github.com/camspiers/snap/";
};
snippets-nvim = buildVimPluginFrom2Nix {
pname = "snippets-nvim";
version = "2020-09-09";

View file

@ -47,6 +47,7 @@ bronson/vim-trailing-whitespace
brooth/far.vim
buoto/gotests-vim
camspiers/lens.vim
camspiers/snap@main
carlitux/deoplete-ternjs
ccarpita/rtorrent-syntax-file
cespare/vim-toml