vimPlugins.coc-vimlsp: init at 2020-07-01
This commit is contained in:
parent
5dc652723f
commit
dc78ed5147
@ -759,6 +759,18 @@ let
|
|||||||
meta.homepage = "https://github.com/neoclide/coc-vetur/";
|
meta.homepage = "https://github.com/neoclide/coc-vetur/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
coc-vimlsp = buildVimPluginFrom2Nix {
|
||||||
|
pname = "coc-vimlsp";
|
||||||
|
version = "2020-07-01";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "iamcco";
|
||||||
|
repo = "coc-vimlsp";
|
||||||
|
rev = "0b7001dfe05cb89546ce00684fcfdb14321cc7db";
|
||||||
|
sha256 = "001a1l5b7jbs1810i5vg10avqbsbf9f1lm7darvn70jsiccz3f4y";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/iamcco/coc-vimlsp/";
|
||||||
|
};
|
||||||
|
|
||||||
coc-vimtex = buildVimPluginFrom2Nix {
|
coc-vimtex = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-vimtex";
|
pname = "coc-vimtex";
|
||||||
version = "2020-07-22";
|
version = "2020-07-22";
|
||||||
|
@ -149,6 +149,7 @@ hrsh7th/vim-vsnip-integ
|
|||||||
hsanson/vim-android
|
hsanson/vim-android
|
||||||
hsitz/VimOrganizer
|
hsitz/VimOrganizer
|
||||||
iamcco/coc-spell-checker
|
iamcco/coc-spell-checker
|
||||||
|
iamcco/coc-vimlsp
|
||||||
ianks/vim-tsx
|
ianks/vim-tsx
|
||||||
idris-hackers/idris-vim
|
idris-hackers/idris-vim
|
||||||
ihsanturk/neuron.vim
|
ihsanturk/neuron.vim
|
||||||
|
Loading…
Reference in New Issue
Block a user