Add mouse support in nvim
This commit is contained in:
parent
c52f4c92c6
commit
b1eb978010
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -266,6 +266,10 @@ if has('mouse_sgr')
|
|||
set ttymouse=sgr
|
||||
end
|
||||
|
||||
if has('nvim')
|
||||
set mouse=nv
|
||||
end
|
||||
|
||||
if has('patch-7.3.541')
|
||||
set formatoptions+=j
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue