mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] fix 'cursorline' in terminal
This commit is contained in:
parent
b0707c8993
commit
8f6cc82799
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ nnoremap <silent> <leader>t :terminal<CR>
|
|||
|
||||
augroup vimrc-terminal
|
||||
autocmd!
|
||||
autocmd TermOpen * set nocursorline | IndentLinesDisable
|
||||
autocmd TermOpen * setl nocursorline | IndentLinesDisable
|
||||
augroup END
|
||||
|
|
Loading…
Reference in a new issue