mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 22:26:27 +00:00
nvim: update go linting with ale
This commit is contained in:
parent
24eb10eb7a
commit
f07fe8fad0
@ -1,8 +1,9 @@
|
||||
vim.g["airline#extensions#ale#enabled"] = 1
|
||||
vim.g.ale_lint_on_enter = 0
|
||||
vim.g.ale_go_golangci_lint_package = 1
|
||||
vim.g.ale_linters = {
|
||||
-- go = {'gopls', 'golint', 'golangci-lint'},
|
||||
go = {"golangci-lint"},
|
||||
go = {'gopls', 'golint', 'golangci-lint'},
|
||||
-- go = {"golangci-lint"},
|
||||
-- rust = {'rls', 'cargo'},
|
||||
rust = {"cargo"},
|
||||
-- sh = {'language_server', 'shell', 'shellcheck'},
|
||||
|
Loading…
Reference in New Issue
Block a user