vimPlugins.coc-svelte: init at 2022-03-14

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

View file

@ -963,6 +963,18 @@ final: prev:
meta.homepage = "https://github.com/iamcco/coc-spell-checker/";
};
coc-svelte = buildVimPluginFrom2Nix {
pname = "coc-svelte";
version = "2022-03-14";
src = fetchFromGitHub {
owner = "coc-extensions";
repo = "coc-svelte";
rev = "7dda98527c0831e287ae8cd1c85cfc958c949d4a";
sha256 = "0ci35dph7zz53hiw65xp79g6i8h5yk1zlcbinljfcdn5635wsjbn";
};
meta.homepage = "https://github.com/coc-extensions/coc-svelte/";
};
coc-tailwindcss = buildVimPluginFrom2Nix {
pname = "coc-tailwindcss";
version = "2020-08-19";

View file

@ -91,6 +91,7 @@ ckarnell/antonys-macro-repeater
clojure-vim/vim-jack-in
cloudhead/neovim-fuzzy
CoatiSoftware/vim-sourcetrail
coc-extensions/coc-svelte
cocopon/iceberg.vim
codota/tabnine-vim
cohama/lexima.vim