Add mouse

This commit is contained in:
Gabe Farrell 2024-04-10 22:25:00 -04:00
parent 47541ed962
commit 15ab840ed5
3 changed files with 11 additions and 13 deletions

View file

@ -1,7 +1,8 @@
require "nvchad.options"
-- add yours here!
vim.opt.mouse = ""
vim.o.mouse = "nv"
vim.o.mousemodel = "extend"
-- tabsize
-- vim.opt.shiftwidth = 4