nvim: plugin_settings: Drop markify settings

Should have been dropped by commit 09359cb0a0.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-06-27 10:39:18 +05:30
parent a649021325
commit 71c049dbe3

View file

@ -49,11 +49,6 @@ let g:sneak#label = 1
let g:sneak#s_next = 1
let g:sneak#use_ic_scs = 0
" Markify
let g:markify_error_text = 'E'
let g:markify_warning_text = 'W'
let g:markify_info_text = 'I'
" ALE
let g:ale_linters_explicit = 1
let g:ale_lint_on_enter = 0