diff --git a/init.lua b/init.lua index 5c635b2b..7bb01d68 100644 --- a/init.lua +++ b/init.lua @@ -91,7 +91,7 @@ vim.g.mapleader = ' ' vim.g.maplocalleader = ' ' -- Disable mouse mode -vim.o.mouse = '' +vim.opt.mouse = '' -- Set to true if you have a Nerd Font installed and selected in the terminal vim.g.have_nerd_font = false