Compare commits

..

No commits in common. "f5f75a7f69cc3da5d1a717bc61c0d673b894896b" and "4452cb5ad1e8a0624baab8d72dab65723d713a69" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -15,7 +15,6 @@
"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",

View File

@ -18,9 +18,7 @@ let g:python_host_prog = ''
set autoindent set autoindent
set noexpandtab set noexpandtab
set softtabstop=4 set softtabstop=4
set shiftwidth=4 set tabstop=4 shiftwidth=2 expandtab
set softtabstop=4
set tabstop=4
set nocompatible set nocompatible
set noshowmode set noshowmode
set noerrorbells set noerrorbells
@ -351,9 +349,6 @@ 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