feat: add support for todo-comments configuration

This commit is contained in:
2024-11-05 06:03:07 -05:00
parent 0a8af845fe
commit 94251b8743
+2
View File
@@ -63,6 +63,8 @@ vim.g.smart_scrolloff = false ---@type boolean Options: <true|
vim.g.dead_column = false ---@type boolean Options: <true|false>
-- Animate blinky cursor
vim.g.blinky = true ---@type boolean Options: <true|false>
-- Enable todo-comments features
vim.g.usetodo = true ---@type boolean Options: <true|false>
-- Use experimental cmp performance fork
vim.g.cmp_performance_enabled = true ---@type boolean Options: <true|false>
-- Use dev mode for rootiest plugins