From d958a521e48ea589c7ef9fe653844651497feed7 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 11 Dec 2024 14:43:56 -0500 Subject: [PATCH] feat: enable todo-comments feature --- lua/config/options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index 13a7d72..625caa4 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -70,7 +70,7 @@ vim.g.dead_column = false ---@type boolean Options: -- Enable todo-comments features -vim.g.usetodo = false ---@type boolean Options: +vim.g.usetodo = true ---@type boolean Options: -- Use dev mode for rootiest plugins vim.g.rootiest_dev = true ---@type boolean Options: @@ -110,7 +110,7 @@ vim.g.useavante = true ---@type boolean Options: -- Use Blink instead of nvim-cmp -vim.g.useblinkcmp = false ---@type boolean Options: +vim.g.useblinkcmp = false ---@type boolean Options: -- Use experimental performance fork vim.g.cmp_performance_enabled = false ---@type boolean Options: -- When using cmp_performance_enabled with blink, blink will follow main branch