dotvim/ftplugin/go.vim

5 lines
81 B
VimL
Raw Normal View History

2014-11-25 08:57:04 +00:00
setlocal noexpandtab
2020-04-29 02:51:52 +00:00
let b:ale_linters = ['gopls']
let b:argwrap_tail_comma = 1