This commit is contained in:
Andrzej 2024-03-07 13:02:57 +00:00
parent 92448f5576
commit ff51ca981a
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -47,7 +47,7 @@ Plug 'tpope/vim-fugitive'
"Plug 'prettier/vim-prettier', { 'do': 'npm install --frozen-lockfile --production' } "Plug 'prettier/vim-prettier', { 'do': 'npm install --frozen-lockfile --production' }
"Plug 'yuezk/vim-js' "Plug 'yuezk/vim-js'
"Plug 'maxmellon/vim-jsx-pretty' "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' Plug 'alvan/vim-closetag'
call plug#end() call plug#end()
filetype plugin indent on filetype plugin indent on