Added the Prettier into bash script
This commit is contained in:
parent
f26647a2ef
commit
4452cb5ad1
@ -119,6 +119,12 @@ call plug#begin('~/.config/nvim/plugged')
|
|||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
Plug 'junegunn/vim-easy-align'
|
Plug 'junegunn/vim-easy-align'
|
||||||
|
|
||||||
|
" Git tool
|
||||||
|
Plug 'tpope/vim-fugitive'
|
||||||
|
|
||||||
|
" Preetier
|
||||||
|
Plug 'prettier/vim-prettier'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" Coc
|
" Coc
|
||||||
@ -137,12 +143,16 @@ let NERDTreeShowHidden=1
|
|||||||
" latex
|
" latex
|
||||||
let g:tex_flavor = "latex"
|
let g:tex_flavor = "latex"
|
||||||
|
|
||||||
|
" Preetier
|
||||||
|
autocmd FileType sh
|
||||||
|
\ autocmd BufWritePre <buffer> :Prettier <CR>
|
||||||
|
|
||||||
""""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""""
|
||||||
" Theme
|
" Theme
|
||||||
""""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""""
|
||||||
"colorscheme gruvbox
|
"colorscheme gruvbox
|
||||||
" colorscheme default
|
"colorscheme default
|
||||||
colorscheme dracula
|
colorscheme dracula
|
||||||
let g:gruvbox_invert_selection='0'
|
let g:gruvbox_invert_selection='0'
|
||||||
let g:gruvbox_contrast_dark = 'hard'
|
let g:gruvbox_contrast_dark = 'hard'
|
||||||
set background=dark
|
set background=dark
|
||||||
|
Loading…
x
Reference in New Issue
Block a user