[nvim] fix terminal cursorline

This commit is contained in:
Dmytro Meleshko 2019-05-18 19:24:52 +03:00
parent a4eede589b
commit a93107eb91

View file

@ -1,4 +1,5 @@
augroup vimrc-terminal
autocmd!
autocmd TermOpen * setl nocursorline | IndentLinesDisable
autocmd TermOpen * setlocal nocursorline | IndentLinesDisable
autocmd TermClose * setlocal cursorline
augroup END