diff --git a/nvim/init.vim b/nvim/init.vim index 197e10a..c8a3305 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -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