Skip to content

Commit

Permalink
vim: update kubernetes json schema to v1.31.1 for coc-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Oct 14, 2024
1 parent 4314b9b commit 17b4394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif

call plug#begin('~/.vim/bundle')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'neoclide/coc-yaml', {'do': 'yarn install --frozen-lockfile'}
Plug 'azat-archive/coc-yaml', {'branch': 'next', 'do': 'yarn install --frozen-lockfile'}
Plug 'yaegassy/coc-ruff', {'do': 'yarn install --frozen-lockfile'}
Plug 'neoclide/coc-json', {'do': 'yarn install --frozen-lockfile'}
" for now ruff does not support completion
Expand Down

0 comments on commit 17b4394

Please sign in to comment.