Renamed Preetier to Bash section
This commit is contained in:
parent
c54d73577e
commit
8c35bab05f
@ -145,9 +145,6 @@ 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
|
||||||
@ -328,6 +325,10 @@ map <F4> :setlocal spell! spelllang=pl<CR>
|
|||||||
" Ansible
|
" Ansible
|
||||||
au BufRead,BufNewFile *.yml set filetype=yaml.ansible
|
au BufRead,BufNewFile *.yml set filetype=yaml.ansible
|
||||||
|
|
||||||
|
" Bash
|
||||||
|
autocmd FileType sh
|
||||||
|
\ autocmd BufWritePre <buffer> :Prettier <CR>
|
||||||
|
|
||||||
" Python
|
" Python
|
||||||
autocmd BufRead,BufNewFile *.py set textwidth=0
|
autocmd BufRead,BufNewFile *.py set textwidth=0
|
||||||
autocmd BufRead,BufNewFile *.py set fo-=t
|
autocmd BufRead,BufNewFile *.py set fo-=t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user