mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] fix terminal cursorline
This commit is contained in:
parent
a4eede589b
commit
a93107eb91
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
augroup vimrc-terminal
|
augroup vimrc-terminal
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd TermOpen * setl nocursorline | IndentLinesDisable
|
autocmd TermOpen * setlocal nocursorline | IndentLinesDisable
|
||||||
|
autocmd TermClose * setlocal cursorline
|
||||||
augroup END
|
augroup END
|
||||||
|
|
Loading…
Reference in a new issue