vimPlugins.coc-tailwindcss: init at 2020-08-19
This commit is contained in:
parent
c8a5b5aa89
commit
996863b07e
@ -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…
Reference in New Issue
Block a user