neomake tweak
This commit is contained in:
parent
43a926955e
commit
451053793e
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ nmap <Leader>a <Plug>(EasyAlign)
|
||||||
|
|
||||||
" neomake
|
" neomake
|
||||||
nmap <Leader>i :Neomake<CR>
|
nmap <Leader>i :Neomake<CR>
|
||||||
|
let g:neomake_open_list = 7
|
||||||
let g:neomake_error_sign={
|
let g:neomake_error_sign={
|
||||||
\ 'text': 'e>',
|
\ 'text': 'e>',
|
||||||
\ 'texthl': 'ErrorMsg',
|
\ 'texthl': 'ErrorMsg',
|
||||||
|
|
Loading…
Reference in a new issue