Added the Go

This commit is contained in:
Marcin Woźniak 2022-01-02 01:27:34 +01:00
parent 3f65b8c998
commit 56f713481a

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