vim: Add JS/JSX plugins
This commit is contained in:
13
vim/vimrc
13
vim/vimrc
@@ -57,9 +57,16 @@ Plug 'editorconfig/editorconfig-vim'
|
|||||||
|
|
||||||
Plug 'leafgarland/typescript-vim'
|
Plug 'leafgarland/typescript-vim'
|
||||||
|
|
||||||
Plug 'prettier/vim-prettier', {
|
Plug 'prettier/vim-prettier', { 'do': 'yarn install' }
|
||||||
\ 'do': 'yarn install',
|
|
||||||
\ 'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql', 'markdown', 'vue', 'yaml', 'html'] }
|
Plug 'yuezk/vim-js'
|
||||||
|
Plug 'maxmellon/vim-jsx-pretty'
|
||||||
|
|
||||||
|
Plug 'evanleck/vim-svelte', {'branch': 'main'}
|
||||||
|
|
||||||
|
"Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
|
|
||||||
|
" Plug 'Chiel92/vim-autoformat'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|||||||
Reference in New Issue
Block a user