Archived
1
0
Fork 0

nvim: Completely disable mouse support

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-02-01 17:30:46 +01:00
parent b8210fa2c4
commit 5c160d7843
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

View file

@ -152,14 +152,11 @@ highlight comment ctermfg=7
" Better command line completion
set wildmenu
" mouse support
set mouse=a
" Disable mouse support completely
set mouse=
set mousemodel=popup
set t_Co=256
let g:CSApprox_loaded = 1
" IndentLine
let g:indentLine_enabled = 1
let g:indentLine_concealcursor = ''