Add mouse support in nvim

This commit is contained in:
Anthony Rose 2024-05-09 13:22:50 +01:00
parent c52f4c92c6
commit b1eb978010

4
vimrc
View file

@ -266,6 +266,10 @@ if has('mouse_sgr')
set ttymouse=sgr set ttymouse=sgr
end end
if has('nvim')
set mouse=nv
end
if has('patch-7.3.541') if has('patch-7.3.541')
set formatoptions+=j set formatoptions+=j
endif endif