1
0
Fork 0

neomake tweak

This commit is contained in:
Von Random 2017-02-17 13:07:01 +03:00
parent 43a926955e
commit 451053793e

View file

@ -48,6 +48,7 @@ nmap <Leader>a <Plug>(EasyAlign)
" neomake
nmap <Leader>i :Neomake<CR>
let g:neomake_open_list = 7
let g:neomake_error_sign={
\ 'text': 'e>',
\ 'texthl': 'ErrorMsg',