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