mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 21:56:27 +00:00
Enable mouse support
This commit is contained in:
parent
05f57cff6c
commit
74675dcba2
@ -18,5 +18,8 @@ o.scrolloff = 3
|
||||
-- o.term = "xterm-256color"
|
||||
-- o.backspace = "2"
|
||||
|
||||
-- o.mousehide = true
|
||||
o.mouse = "a"
|
||||
|
||||
local has = vim.fn.has
|
||||
g.is_mac = (has("mac") or has("macunix") or has("gui_macvim") or vim.fn.system("uname"):find("^darwin") ~= nil)
|
||||
|
Loading…
Reference in New Issue
Block a user