From 46729ff2a54b95859617560f732b0e7e0b612d15 Mon Sep 17 00:00:00 2001 From: blob42 Date: Mon, 31 Jul 2023 18:39:47 +0200 Subject: [PATCH] deprecated opt --- lua/core/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/core/options.lua b/lua/core/options.lua index 47a94a7..b9c0ce9 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -47,7 +47,7 @@ opt.mouse = "a" opt.cpoptions:append ">" -- When appending to registers use newline -- GUI -opt.mousehide = true +-- opt.mousehide = true -- Numbers opt.number = true