summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2022-11-24 13:17:54 -0800
committerLouie Shprung <lshprung@scu.edu>2022-11-24 13:17:54 -0800
commit90da22317bc62abfd2be451b015dc06018413b42 (patch)
tree29ef81d51f8b23922336f9536cca97fd043ffd21
parente09699a0f15c6386e09afe36e92c1ffe17cc2c22 (diff)
Disable mouse in options
-rw-r--r--lua/user/options.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/options.lua b/lua/user/options.lua
index 9a43c86..d1ffe51 100644
--- a/lua/user/options.lua
+++ b/lua/user/options.lua
@@ -6,6 +6,7 @@ vim.opt.shiftwidth = 4 --set shiftwidth
vim.opt.smartindent = true --auto-indent
vim.opt.tabstop = 4 --set tab length
vim.cmd("autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o") --disable automatic comment insertion
+vim.opt.mouse = "" --disable mouse
-- Fold Settings
vim.opt.foldmethod = "indent" --enable fold detection