[nvim] Switch to max line indicator=exceeding

Now that I've seen what "line" does… >.<
This commit is contained in:
M1dgard 2018-08-18 22:24:40 +02:00
parent c3f334cba9
commit 5d39292d68
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -495,7 +495,7 @@ let g:ale_lint_delay=500
" -----------------
"
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
let g:EditorConfig_max_line_indicator = 'line'
let g:EditorConfig_max_line_indicator = 'exceeding'
let g:EditorConfig_exec_path = '/usr/bin/editorconfig'
let g:EditorConfig_core_mode = 'external_command'