feat: enable todo-comments feature

This commit is contained in:
2024-12-11 14:43:56 -05:00
parent e446bb29ba
commit d958a521e4
+1 -1
View File
@@ -70,7 +70,7 @@ vim.g.dead_column = false ---@type boolean Options: <true|
-- Animate blinky cursor
vim.g.blinky = true ---@type boolean Options: <true|false>
-- Enable todo-comments features
vim.g.usetodo = false ---@type boolean Options: <true|false>
vim.g.usetodo = true ---@type boolean Options: <true|false>
-- Use dev mode for rootiest plugins
vim.g.rootiest_dev = true ---@type boolean Options: <true|false>