diff --git a/vimrcs/plugins_config.vim b/vimrcs/plugins_config.vim index a7d9814e..b50f9824 100644 --- a/vimrcs/plugins_config.vim +++ b/vimrcs/plugins_config.vim @@ -154,6 +154,13 @@ let g:ale_linters = { nmap a (ale_next_wrap) +" Disabling highlighting +let g:ale_set_highlights = 0 + +" Only run linting when saving the file +let g:ale_lint_on_text_changed = 'never' +let g:ale_lint_on_enter = 0 + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Git gutter (Git diff)