1
0
Fork 0

neovim, no mouse integration for you

This commit is contained in:
Von Random 2015-11-18 14:01:27 +03:00
parent 293b42e42c
commit d58afde0bf

2
vimrc
View file

@ -141,6 +141,8 @@ if v:version >= 700
set guicursor+=a:blinkon0 "and none of them should blink set guicursor+=a:blinkon0 "and none of them should blink
map <S-Insert> <MiddleMouse> map <S-Insert> <MiddleMouse>
map! <S-Insert> <MiddleMouse> map! <S-Insert> <MiddleMouse>
else
set mouse=
endif endif
let g:lucius_use_underline=0 let g:lucius_use_underline=0