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:
parent
a649021325
commit
71c049dbe3
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue