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