From e2e9b62d18f5d49a4ff976ddd8b49b08537c39f2 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 10 Nov 2024 14:46:05 -0500 Subject: [PATCH] fix: disable todo-comments feature --- 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 a0c67ec..9eab8d8 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -64,7 +64,7 @@ vim.g.dead_column = false ---@type boolean Options: -- Enable todo-comments features -vim.g.usetodo = true ---@type boolean Options: +vim.g.usetodo = false ---@type boolean Options: -- Use experimental cmp performance fork vim.g.cmp_performance_enabled = true ---@type boolean Options: -- Use dev mode for rootiest plugins