Added the Go

This commit is contained in:
Marcin Woźniak 2022-01-02 01:27:34 +01:00
parent 8684f64544
commit f5f75a7f69
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -351,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