Compare commits
No commits in common. "c37a86d6c9f0b5fa96978807b85c6050acc6ff10" and "f5f75a7f69cc3da5d1a717bc61c0d673b894896b" have entirely different histories.
c37a86d6c9
...
f5f75a7f69
@ -19,8 +19,8 @@ set autoindent
|
||||
set noexpandtab
|
||||
set softtabstop=4
|
||||
set shiftwidth=4
|
||||
set softtabstop=4
|
||||
set tabstop=4
|
||||
set expandtab
|
||||
set nocompatible
|
||||
set noshowmode
|
||||
set noerrorbells
|
||||
@ -145,6 +145,9 @@ let NERDTreeShowHidden=1
|
||||
" latex
|
||||
let g:tex_flavor = "latex"
|
||||
|
||||
" Preetier
|
||||
autocmd FileType sh
|
||||
\ autocmd BufWritePre <buffer> :Prettier <CR>
|
||||
|
||||
""""""""""""""""""""""""""""""""
|
||||
" Theme
|
||||
@ -325,10 +328,6 @@ map <F4> :setlocal spell! spelllang=pl<CR>
|
||||
" Ansible
|
||||
au BufRead,BufNewFile *.yml set filetype=yaml.ansible
|
||||
|
||||
" Bash
|
||||
autocmd FileType sh
|
||||
\ autocmd BufWritePre <buffer> :Prettier <CR>
|
||||
|
||||
" Python
|
||||
autocmd BufRead,BufNewFile *.py set textwidth=0
|
||||
autocmd BufRead,BufNewFile *.py set fo-=t
|
||||
@ -353,7 +352,6 @@ autocmd BufRead,BufNewFile *.yaml let g:indentLine_enabled = 1
|
||||
autocmd BufRead,BufNewFile *.yaml let g:indentLine_char = '⦙'
|
||||
|
||||
" Go
|
||||
autocmd BufRead *.go set noexpandtab
|
||||
autocmd BufWritePre *.go :silent call CocAction('runCommand', 'editor.action.organizeImport')
|
||||
|
||||
" Conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user