From 69d656f5245c656279c3ac7f36040981a8969736 Mon Sep 17 00:00:00 2001 From: Carlos Hurtado <52082645+carlosahs@users.noreply.github.com> Date: Sat, 4 May 2024 16:00:15 -0600 Subject: [PATCH] formatting: use whole field instead of alias --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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