mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
The mouse feature is assumed by default.
This commit is contained in:
parent
0070fb25de
commit
79482f14a5
@ -69,10 +69,8 @@ set colorcolumn=80
|
||||
set scrolloff=3
|
||||
|
||||
" Use mouse to select and resize windows, etc.
|
||||
if has('mouse')
|
||||
set mouse=nv " Enable mouse in several mode
|
||||
set mousemodel=popup " Set the behaviour of mouse
|
||||
endif
|
||||
set mouse=nv " Enable mouse in several mode
|
||||
set mousemodel=popup " Set the behaviour of mouse
|
||||
|
||||
" Do not show mode on command line since vim-airline can show it
|
||||
set noshowmode
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user