nvim: disable mouse

This commit is contained in:
Sean Buckley 2023-01-07 18:34:05 -05:00
parent 39f775fb85
commit 91e34f9c70

View file

@ -126,6 +126,7 @@
vim-nix vim-nix
]; ];
customRC = '' customRC = ''
set mouse=
set encoding=utf-8 set encoding=utf-8
scriptencoding utf-8 scriptencoding utf-8
set list nowrap scrolloff=9 updatetime=300 number set list nowrap scrolloff=9 updatetime=300 number