tweaks
This commit is contained in:
parent
92448f5576
commit
ff51ca981a
2
.vimrc
2
.vimrc
|
@ -47,7 +47,7 @@ Plug 'tpope/vim-fugitive'
|
|||
"Plug 'prettier/vim-prettier', { 'do': 'npm install --frozen-lockfile --production' }
|
||||
"Plug 'yuezk/vim-js'
|
||||
"Plug 'maxmellon/vim-jsx-pretty'
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release', 'for': ['json','lua','vim','js','mjs','html','css']}
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
Plug 'alvan/vim-closetag'
|
||||
call plug#end()
|
||||
filetype plugin indent on
|
||||
|
|
Loading…
Reference in New Issue