1
0
mirror of https://github.com/amix/vimrc synced 2025-07-12 06:05:01 +08:00
This commit is contained in:
geezus
2021-06-30 12:00:07 -05:00
parent 43c7efba8d
commit 3afe70fe5a
1529 changed files with 3053 additions and 3018 deletions

0
sources_non_forked/ale/ale_linters/go/bingo.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/go/gobuild.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/go/gofmt.vim Normal file → Executable file
View File

View File

0
sources_non_forked/ale/ale_linters/go/golint.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/go/gometalinter.vim Normal file → Executable file
View File

2
sources_non_forked/ale/ale_linters/go/gopls.vim Normal file → Executable file
View File

@ -4,6 +4,7 @@
call ale#Set('go_gopls_executable', 'gopls')
call ale#Set('go_gopls_options', '--mode stdio')
call ale#Set('go_gopls_init_options', {})
function! ale_linters#go#gopls#GetCommand(buffer) abort
return ale#go#EnvString(a:buffer)
@ -31,4 +32,5 @@ call ale#linter#Define('go', {
\ 'executable': {b -> ale#Var(b, 'go_gopls_executable')},
\ 'command': function('ale_linters#go#gopls#GetCommand'),
\ 'project_root': function('ale_linters#go#gopls#FindProjectRoot'),
\ 'initialization_options': {b -> ale#Var(b, 'go_gopls_init_options')},
\})

0
sources_non_forked/ale/ale_linters/go/gosimple.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/go/gotype.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/go/govet.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/go/langserver.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/go/revive.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/go/staticcheck.vim Normal file → Executable file
View File