From 94251b8743f8f60e778ce2ed58654518e6596d8b Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 5 Nov 2024 06:03:07 -0500 Subject: [PATCH] feat: add support for todo-comments configuration --- lua/config/options.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/config/options.lua b/lua/config/options.lua index d7764e1..a0c67ec 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -63,6 +63,8 @@ vim.g.smart_scrolloff = false ---@type boolean Options: -- Animate blinky cursor vim.g.blinky = true ---@type boolean Options: +-- Enable todo-comments features +vim.g.usetodo = true ---@type boolean Options: -- Use experimental cmp performance fork vim.g.cmp_performance_enabled = true ---@type boolean Options: -- Use dev mode for rootiest plugins