diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) "======================== |
