Add tsx format
This commit is contained in:
2
vimrc
2
vimrc
@@ -3,7 +3,7 @@ call plug#begin('~/.vim/plugged')
|
||||
" Prettier
|
||||
Plug 'prettier/vim-prettier', {
|
||||
\ 'do': 'yarn install',
|
||||
\ 'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql', 'markdown', 'vue', 'yaml', 'html'] }
|
||||
\ 'for': ['javascript', 'typescript', 'typescriptreact', 'css', 'less', 'scss', 'json', 'graphql', 'markdown', 'vue', 'yaml', 'html'] }
|
||||
|
||||
" 아이콘 폰트 사용
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
|
||||
Reference in New Issue
Block a user