Compare commits
3 Commits
4452cb5ad1
...
f5f75a7f69
Author | SHA1 | Date | |
---|---|---|---|
f5f75a7f69 | |||
8684f64544 | |||
3051133257 |
@ -15,6 +15,7 @@
|
|||||||
"python.formatting.provider": "black",
|
"python.formatting.provider": "black",
|
||||||
"python.formatting.blackArgs": ["--line-length", "80"],
|
"python.formatting.blackArgs": ["--line-length", "80"],
|
||||||
"python.pythonPath": "python3",
|
"python.pythonPath": "python3",
|
||||||
|
"diagnostic.refreshOnInsertMode": "true",
|
||||||
"coc.preferences.formatOnSaveFiletypes": [
|
"coc.preferences.formatOnSaveFiletypes": [
|
||||||
"sh",
|
"sh",
|
||||||
"yaml",
|
"yaml",
|
||||||
|
@ -18,7 +18,9 @@ let g:python_host_prog = ''
|
|||||||
set autoindent
|
set autoindent
|
||||||
set noexpandtab
|
set noexpandtab
|
||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
set tabstop=4 shiftwidth=2 expandtab
|
set shiftwidth=4
|
||||||
|
set softtabstop=4
|
||||||
|
set tabstop=4
|
||||||
set nocompatible
|
set nocompatible
|
||||||
set noshowmode
|
set noshowmode
|
||||||
set noerrorbells
|
set noerrorbells
|
||||||
@ -349,6 +351,9 @@ autocmd BufRead,BufNewFile /tmp/neomutt* map ZQ :Goyo\|q!<CR>
|
|||||||
autocmd BufRead,BufNewFile *.yaml let g:indentLine_enabled = 1
|
autocmd BufRead,BufNewFile *.yaml let g:indentLine_enabled = 1
|
||||||
autocmd BufRead,BufNewFile *.yaml let g:indentLine_char = '⦙'
|
autocmd BufRead,BufNewFile *.yaml let g:indentLine_char = '⦙'
|
||||||
|
|
||||||
|
" Go
|
||||||
|
autocmd BufWritePre *.go :silent call CocAction('runCommand', 'editor.action.organizeImport')
|
||||||
|
|
||||||
" Conf
|
" Conf
|
||||||
au BufNewFile,BufRead *.conf setfiletype conf
|
au BufNewFile,BufRead *.conf setfiletype conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user