update deps
This commit is contained in:
parent
f14af11d89
commit
e4b9ea7f80
2 changed files with 6 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"coc-json": ">=1.2.5",
|
||||
"coc-python": ">=1.2.9",
|
||||
"coc-snippets": ">=2.1.19",
|
||||
"coc-ultisnips": "^1.2.3"
|
||||
"coc-json": ">=1.2.6",
|
||||
"coc-python": ">=1.2.12",
|
||||
"coc-snippets": ">=2.1.28",
|
||||
"coc-ultisnips": ">=1.2.3"
|
||||
}
|
||||
}
|
||||
2
.vimrc
2
.vimrc
|
|
@ -51,6 +51,7 @@ set splitbelow
|
|||
" bash).
|
||||
set completeopt=menu,menuone,longest
|
||||
|
||||
set diffopt+=vertical
|
||||
" Some stuff for 256-Color consoles that I've forgotten.
|
||||
set t_Co=256
|
||||
set t_Sf=ESC[3%dm
|
||||
|
|
@ -190,6 +191,7 @@ Plug 'lervag/vimtex'
|
|||
|
||||
" Unclear
|
||||
Plug 'ncm2/float-preview.nvim'
|
||||
Plug 'lambdalisue/gina.vim'
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue