From 7f11d574fe4c57627c16dc482b13151a4c3a6108 Mon Sep 17 00:00:00 2001 From: rootiest Date: Fri, 11 Oct 2024 12:59:10 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Quickfix(dev):=20revert=20dev=20?= =?UTF-8?q?mode=20enabling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keep dev mode disabled --- lua/config/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index 8128c81..137a76a 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -64,7 +64,7 @@ vim.g.blinky = true ---@type boolean Options: -- Use experimental cmp performance fork vim.g.cmp_performance_enabled = true ---@type boolean Options: -- Use dev mode for rootiest plugins -vim.g.rootiest_dev = true ---@type boolean Options: +vim.g.rootiest_dev = false ---@type boolean Options: -- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ PICKER ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━