Added the Go
This commit is contained in:
parent
3f65b8c998
commit
56f713481a
@ -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_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…
x
Reference in New Issue
Block a user