1
0
Fork 0

Arreglado linting de Go

This commit is contained in:
Felipe Contreras 2022-06-07 12:55:45 -04:00
parent dde833c851
commit 508e39b582

View file

@ -126,6 +126,9 @@ g.ale_linters = {
g.ale_sign_error = ''
g.ale_sign_warning = ''
g.ale_set_highlights = 1
-- Go
g.ale_go_golangci_lint_options = ''
g.ale_go_golangci_lint_package = 1
map('n', '[W', '<Plug>(ale_first)')
map('n', '[w', '<Plug>(ale_previous_wrap)')
map('n', ']w', '<Plug>(ale_next_wrap)')