nvim: Do not invoke Neomake automatically
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
b88b5f623a
commit
f6ea699860
1 changed files with 0 additions and 4 deletions
|
@ -606,10 +606,6 @@ let g:gitgutter_sign_removed_first_line = '^^'
|
||||||
let g:gitgutter_sign_modified_removed = 'mr'
|
let g:gitgutter_sign_modified_removed = 'mr'
|
||||||
|
|
||||||
" Neomake
|
" Neomake
|
||||||
" compile when I open a file, change text, leave insert mode, etc ...
|
|
||||||
call neomake#configure#automake({
|
|
||||||
\ 'BufWritePost': {},
|
|
||||||
\ })
|
|
||||||
" When compilation is done, open the Location list or quickfix list
|
" When compilation is done, open the Location list or quickfix list
|
||||||
" Value of 2 preserves cursor position
|
" Value of 2 preserves cursor position
|
||||||
let g:neomake_open_list = 2
|
let g:neomake_open_list = 2
|
||||||
|
|
Loading…
Reference in a new issue