feat: add support for todo-comments configuration
This commit is contained in:
@@ -63,6 +63,8 @@ vim.g.smart_scrolloff = false ---@type boolean Options: <true|
|
|||||||
vim.g.dead_column = false ---@type boolean Options: <true|false>
|
vim.g.dead_column = false ---@type boolean Options: <true|false>
|
||||||
-- 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
|
||||||
|
vim.g.usetodo = true ---@type boolean Options: <true|false>
|
||||||
-- Use experimental cmp performance fork
|
-- Use experimental cmp performance fork
|
||||||
vim.g.cmp_performance_enabled = true ---@type boolean Options: <true|false>
|
vim.g.cmp_performance_enabled = true ---@type boolean Options: <true|false>
|
||||||
-- Use dev mode for rootiest plugins
|
-- Use dev mode for rootiest plugins
|
||||||
|
|||||||
Reference in New Issue
Block a user