mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 19:25:01 +01:00
Allow mouse in neovim
This commit is contained in:
parent
ac6fbce068
commit
8d0012656e
|
@ -16,4 +16,5 @@ o.clipboard = 'unnamedplus'
|
||||||
o.ignorecase = true
|
o.ignorecase = true
|
||||||
o.smartcase = true
|
o.smartcase = true
|
||||||
|
|
||||||
|
-- Enable mouse
|
||||||
|
o.mouse = 'a'
|
||||||
|
|
Loading…
Reference in a new issue