fix: disable todo-comments feature

This commit is contained in:
2024-11-10 14:46:05 -05:00
parent 9bfc5083fc
commit e2e9b62d18
+1 -1
View File
@@ -64,7 +64,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 = true ---@type boolean Options: <true|false>
vim.g.usetodo = false ---@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