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

main
Mr Hedgehog 2 years ago
parent 996863b07e
commit 85f2d57a48
No known key found for this signature in database
GPG Key ID: A5F69F6C161FDA7E
  1. 12
      pkgs/applications/editors/vim/plugins/generated.nix
  2. 1
      pkgs/applications/editors/vim/plugins/vim-plugin-names

@ -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";

@ -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

Loading…
Cancel
Save