Add prettier
parent
2cb2f7e631
commit
813d76e9de
|
@ -0,0 +1 @@
|
|||
Subproject commit 0591cbc23ded66ce0b4f14f58ea7c6bb82438305
|
3
.vimrc
3
.vimrc
|
@ -55,6 +55,9 @@ Plug 'junegunn/fzf.vim'
|
|||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
Plug 'leafgarland/typescript-vim'
|
||||
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()
|
||||
|
||||
" NERDTree
|
||||
|
|
Loading…
Reference in New Issue