vimPlugins.coc-tailwindcss: init at 2020-08-19

main
Mr Hedgehog 2 years ago
parent c8a5b5aa89
commit 996863b07e
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-tailwindcss = buildVimPluginFrom2Nix {
pname = "coc-tailwindcss";
version = "2020-08-19";
src = fetchFromGitHub {
owner = "iamcco";
repo = "coc-tailwindcss";
rev = "5f41aa1feb36e39b95ccd83be6a37ee8c475f9fb";
sha256 = "189abl36aj862m5nz8jjdgdfc4s6xbag030hi9m13yd6fbg99f85";
};
meta.homepage = "https://github.com/iamcco/coc-tailwindcss/";
};
coc-nvim = buildVimPluginFrom2Nix {
pname = "coc.nvim";
version = "2022-03-26";

@ -261,6 +261,7 @@ hsitz/VimOrganizer
https://git.sr.ht/~whynothugo/lsp_lines.nvim
hura/vim-asymptote
iamcco/coc-spell-checker
iamcco/coc-tailwindcss
iamcco/markdown-preview.nvim
ianks/vim-tsx
idanarye/vim-merginal

Loading…
Cancel
Save