nvim: init.vim: Do not trigger neomake on BufWinEnter
Triggering neomake on BufWinEnter auto command becomes a problem if the make program does not exist. In Haskell, if for a project hlint is not installed using stack, opening the editor stalls. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
d03be88543
commit
135b3ec154
1 changed files with 0 additions and 1 deletions
|
@ -335,7 +335,6 @@ call neomake#configure#automake({
|
|||
\ 'TextChanged': {},
|
||||
\ 'InsertLeave': {},
|
||||
\ 'BufWritePost': {},
|
||||
\ 'BufWinEnter': {}
|
||||
\ })
|
||||
" When compilation is done, open the Location list or quickfix list
|
||||
" Value of 2 preserves cursor position
|
||||
|
|
Loading…
Reference in a new issue