summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 6c1d8da..85f8e92 100644
--- a/.vimrc
+++ b/.vimrc
@@ -172,6 +172,10 @@ let g:ale_virtualtext_single = 0 " show one error at a time in the virutal text
let g:ale_virtualtext_cursor = 0 " disable virtual text
let g:ale_echo_cursor = 1 " echo the (error/warning) message to the hover section
let g:ale_cursor_detail = 1 " preview window will open automatically on cursor
+" let g:ale_completion_max_suggestions = -1 " Increase suggestions
+let g:ale_linters = {
+ \ 'go': ['gopls'],
+ \}
"Deoplete (Auto complete)
"========================