feat: enable todo-comments feature
This commit is contained in:
@@ -70,7 +70,7 @@ vim.g.dead_column = false ---@type boolean Options: <true|
|
|||||||
-- Animate blinky cursor
|
-- Animate blinky cursor
|
||||||
vim.g.blinky = true ---@type boolean Options: <true|false>
|
vim.g.blinky = true ---@type boolean Options: <true|false>
|
||||||
-- Enable todo-comments features
|
-- 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
|
-- Use dev mode for rootiest plugins
|
||||||
vim.g.rootiest_dev = true ---@type boolean Options: <true|false>
|
vim.g.rootiest_dev = true ---@type boolean Options: <true|false>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user