From bca71b4232c843ae1461646926aeae5f1ad3b1c7 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 5 Nov 2017 06:25:35 -0800 Subject: [PATCH] fix linters --- .vim/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 81fa4cb..1d50e85 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -5,6 +5,7 @@ execute pathogen#infect() " ale let g:ale_lint_on_text_changed = "never" let g:ale_lint_on_enter = "never" +let g:ale_linters = {'go': ['gofmt', 'go vet', 'go build', 'gosimple', 'staticcheck']} " vim-airline let g:airline#extensions#tabline#enabled = 1