disable neomake "virtualtext"

This commit is contained in:
Michele Guerini Rocco 2019-05-08 00:07:49 +02:00
parent 1a62042d2c
commit 1a3eb267c6
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -138,6 +138,7 @@ let g:neomake_error_sign = {
\ 'texthl': 'ErrorMsg', \ 'texthl': 'ErrorMsg',
\ } \ }
let g:neomake_highlight_lines = 1 let g:neomake_highlight_lines = 1
let g:neomake_virtualtext_current_error = 0
" Tagbar " Tagbar
let g:tagbar_status_func = "TagbarStatusFunc" let g:tagbar_status_func = "TagbarStatusFunc"