From 451053793ef09ac2ccb5ab6d773ba0242ab8cc4a Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 17 Feb 2017 13:07:01 +0300 Subject: [PATCH] neomake tweak --- vimplugins | 1 + 1 file changed, 1 insertion(+) diff --git a/vimplugins b/vimplugins index 560172e..5ef8740 100644 --- a/vimplugins +++ b/vimplugins @@ -48,6 +48,7 @@ nmap a (EasyAlign) " neomake nmap i :Neomake +let g:neomake_open_list = 7 let g:neomake_error_sign={ \ 'text': 'e>', \ 'texthl': 'ErrorMsg',