[nvim] Switch to max line indicator=exceeding
Now that I've seen what "line" does… >.<
This commit is contained in:
parent
c3f334cba9
commit
5d39292d68
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ let g:ale_lint_delay=500
|
||||||
" -----------------
|
" -----------------
|
||||||
"
|
"
|
||||||
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
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_exec_path = '/usr/bin/editorconfig'
|
||||||
let g:EditorConfig_core_mode = 'external_command'
|
let g:EditorConfig_core_mode = 'external_command'
|
||||||
|
|
Loading…
Reference in a new issue