Enable mouse support

This commit is contained in:
ViViDboarder 2021-08-24 16:11:02 -07:00
parent 05f57cff6c
commit 74675dcba2
1 changed files with 3 additions and 0 deletions

View File

@ -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)