vimPlugins.vim-svelte: init at 2022-02-17

This commit is contained in:
Mr Hedgehog 2022-03-27 08:46:12 -04:00
parent 85f2d57a48
commit 8c496e6193
No known key found for this signature in database
GPG key ID: A5F69F6C161FDA7E
2 changed files with 13 additions and 0 deletions

View file

@ -10964,6 +10964,18 @@ final: prev:
meta.homepage = "https://github.com/tpope/vim-surround/";
};
vim-svelte = buildVimPluginFrom2Nix {
pname = "vim-svelte";
version = "2022-02-17";
src = fetchFromGitHub {
owner = "evanleck";
repo = "vim-svelte";
rev = "1080030d6a1bc6582389c133a07552ba0a442410";
sha256 = "0kwx0rkb6879v5c3jyavzh1hklxl2q1qwnm28x1p32kdcwqkccjp";
};
meta.homepage = "https://github.com/evanleck/vim-svelte/";
};
vim-swap = buildVimPluginFrom2Nix {
pname = "vim-swap";
version = "2021-08-08";

View file

@ -159,6 +159,7 @@ ervandew/supertab
esneider/YUNOcommit.vim
euclidianAce/BetterLua.vim
euclio/vim-markdown-composer
evanleck/vim-svelte
f-person/git-blame.nvim
f3fora/cmp-spell
famiu/bufdelete.nvim