Add prettier
This commit is contained in:
1
.vim/plugged/vim-prettier
Submodule
1
.vim/plugged/vim-prettier
Submodule
Submodule .vim/plugged/vim-prettier added at 0591cbc23d
3
.vimrc
3
.vimrc
@@ -55,6 +55,9 @@ Plug 'junegunn/fzf.vim'
|
|||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
Plug 'leafgarland/typescript-vim'
|
Plug 'leafgarland/typescript-vim'
|
||||||
Plug 'peitalin/vim-jsx-typescript'
|
Plug 'peitalin/vim-jsx-typescript'
|
||||||
|
Plug 'prettier/vim-prettier', {
|
||||||
|
\ 'do': 'yarn install',
|
||||||
|
\ 'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql', 'markdown', 'vue', 'yaml', 'html'] }
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" NERDTree
|
" NERDTree
|
||||||
|
|||||||
Reference in New Issue
Block a user