mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-11 08:20:50 -07:00
Add mouse
This commit is contained in:
parent
47541ed962
commit
15ab840ed5
3 changed files with 11 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue