Fix resizing
This commit is contained in:
parent
7ad9d7c41b
commit
7d4044a6a7
1 changed files with 3 additions and 0 deletions
3
init.vim
3
init.vim
|
@ -93,3 +93,6 @@ colorscheme breezy
|
||||||
" ensure autoread works, to detect file changes outside the editor
|
" ensure autoread works, to detect file changes outside the editor
|
||||||
set autoread
|
set autoread
|
||||||
au CursorHold * checktime
|
au CursorHold * checktime
|
||||||
|
|
||||||
|
" keep nvim from resetting font back to default from terminal config
|
||||||
|
set guicursor=
|
||||||
|
|
Loading…
Reference in a new issue