vimPlugins: coc-nvim update (#85106)
This commit is contained in:
parent
f3bbd598da
commit
a8a254d828
@ -15,4 +15,4 @@
|
|||||||
"date": "2020-03-27",
|
"date": "2020-03-27",
|
||||||
"new": "YouCompleteMe"
|
"new": "YouCompleteMe"
|
||||||
}
|
}
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load Diff
@ -198,19 +198,6 @@ self: super: {
|
|||||||
src = "${nodePackages.coc-metals}/lib/node_modules/coc-metals";
|
src = "${nodePackages.coc-metals}/lib/node_modules/coc-metals";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Only official releases contains the required index.js file
|
|
||||||
# NB: Make sure you pick a rev from the release branch!
|
|
||||||
coc-nvim = buildVimPluginFrom2Nix rec {
|
|
||||||
pname = "coc-nvim";
|
|
||||||
version = "2020-01-05";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc.nvim";
|
|
||||||
rev = "984779f2f825626aa9d441746d8b4ee079137c65";
|
|
||||||
sha256 = "0w7qnhi7wikr789h3w5p59l8wd81czpvbzbdanf8klf9ap4ma3yg";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-pairs = buildVimPluginFrom2Nix {
|
coc-pairs = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-pairs";
|
pname = "coc-pairs";
|
||||||
version = nodePackages.coc-pairs.version;
|
version = nodePackages.coc-pairs.version;
|
||||||
|
@ -138,7 +138,6 @@ honza/vim-snippets
|
|||||||
hotwatermorning/auto-git-diff
|
hotwatermorning/auto-git-diff
|
||||||
hsanson/vim-android
|
hsanson/vim-android
|
||||||
hsitz/VimOrganizer
|
hsitz/VimOrganizer
|
||||||
hynek/vim-python-pep8-indent
|
|
||||||
iamcco/coc-spell-checker
|
iamcco/coc-spell-checker
|
||||||
ianks/vim-tsx
|
ianks/vim-tsx
|
||||||
icymind/NeoSolarized
|
icymind/NeoSolarized
|
||||||
@ -193,6 +192,7 @@ junegunn/vim-peekaboo
|
|||||||
junegunn/vim-plug
|
junegunn/vim-plug
|
||||||
junegunn/vim-slash
|
junegunn/vim-slash
|
||||||
justincampbell/vim-eighties
|
justincampbell/vim-eighties
|
||||||
|
justinj/vim-pico8-syntax
|
||||||
justinmk/vim-dirvish
|
justinmk/vim-dirvish
|
||||||
justinmk/vim-sneak
|
justinmk/vim-sneak
|
||||||
KabbAmine/vCoolor.vim
|
KabbAmine/vCoolor.vim
|
||||||
@ -337,6 +337,7 @@ neoclide/coc-vimtex
|
|||||||
neoclide/coc-wxml
|
neoclide/coc-wxml
|
||||||
neoclide/coc-yaml
|
neoclide/coc-yaml
|
||||||
neoclide/coc-yank
|
neoclide/coc-yank
|
||||||
|
neoclide/coc.nvim@release
|
||||||
neoclide/denite-extra
|
neoclide/denite-extra
|
||||||
neoclide/denite-git
|
neoclide/denite-git
|
||||||
neoclide/vim-easygit
|
neoclide/vim-easygit
|
||||||
@ -389,7 +390,6 @@ Raimondi/delimitMate
|
|||||||
rakr/vim-one
|
rakr/vim-one
|
||||||
rbgrouleff/bclose.vim
|
rbgrouleff/bclose.vim
|
||||||
reedes/vim-pencil
|
reedes/vim-pencil
|
||||||
justinj/vim-pico8-syntax
|
|
||||||
reedes/vim-wordy
|
reedes/vim-wordy
|
||||||
rhysd/committia.vim
|
rhysd/committia.vim
|
||||||
rhysd/vim-grammarous
|
rhysd/vim-grammarous
|
||||||
@ -451,7 +451,6 @@ ternjs/tern_for_vim
|
|||||||
terryma/vim-expand-region
|
terryma/vim-expand-region
|
||||||
terryma/vim-multiple-cursors
|
terryma/vim-multiple-cursors
|
||||||
tex/vimpreviewpandoc
|
tex/vimpreviewpandoc
|
||||||
tmhedberg/SimpylFold
|
|
||||||
thinca/vim-ft-diff_fold
|
thinca/vim-ft-diff_fold
|
||||||
thinca/vim-prettyprint
|
thinca/vim-prettyprint
|
||||||
thinca/vim-quickrun
|
thinca/vim-quickrun
|
||||||
@ -461,6 +460,7 @@ thinca/vim-visualstar
|
|||||||
thirtythreeforty/lessspace.vim
|
thirtythreeforty/lessspace.vim
|
||||||
thosakwe/vim-flutter
|
thosakwe/vim-flutter
|
||||||
tikhomirov/vim-glsl
|
tikhomirov/vim-glsl
|
||||||
|
tmhedberg/SimpylFold
|
||||||
tmsvg/pear-tree
|
tmsvg/pear-tree
|
||||||
tmux-plugins/vim-tmux
|
tmux-plugins/vim-tmux
|
||||||
tmux-plugins/vim-tmux-focus-events
|
tmux-plugins/vim-tmux-focus-events
|
||||||
@ -546,6 +546,7 @@ vim-scripts/wombat256.vim
|
|||||||
vim-scripts/YankRing.vim
|
vim-scripts/YankRing.vim
|
||||||
vim-syntastic/syntastic
|
vim-syntastic/syntastic
|
||||||
vim-utils/vim-husk
|
vim-utils/vim-husk
|
||||||
|
Vimjas/vim-python-pep8-indent
|
||||||
vimlab/split-term.vim
|
vimlab/split-term.vim
|
||||||
vimoutliner/vimoutliner
|
vimoutliner/vimoutliner
|
||||||
vimwiki/vimwiki
|
vimwiki/vimwiki
|
||||||
|
Loading…
x
Reference in New Issue
Block a user