diff --git a/templates/nvim/lua/options.lua.j2 b/templates/nvim/lua/options.lua.j2 index 656910c..fe35a80 100644 --- a/templates/nvim/lua/options.lua.j2 +++ b/templates/nvim/lua/options.lua.j2 @@ -59,5 +59,8 @@ vim.g.loaded_netrwPlugin = 1 vim.o.exrc = true vim.o.secure = true +-- disable mouse options +vim.opt.mouse = '' + -- python interpreter vim.g.python3_host_prog = '/usr/bin/python3'