1
0
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:
jdhao
2019-11-19 20:29:51 +08:00
committed by GitHub
parent 0070fb25de
commit 79482f14a5

View File

@@ -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