Skip to content

Commit

Permalink
fix(vimrc): disable the annoying inline errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xatier committed Feb 26, 2024
1 parent 9b70cec commit 0b8ac89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ set omnifunc=ale#completion#OmniFunc
let g:ale_echo_msg_error_str = 'E'
let g:ale_echo_msg_warning_str = 'W'
let g:ale_echo_msg_format = '[%linter%] %code: %%s [%severity%]'
let g:ale_virtualtext_cursor = 'disabled'

" ALE flake8 settings
augroup Flake8Settings
Expand Down

0 comments on commit 0b8ac89

Please sign in to comment.