dotvim/ftplugin/go.vim

5 lines
81 B
VimL

setlocal noexpandtab
let b:ale_linters = ['gopls']
let b:argwrap_tail_comma = 1