diff --git a/lua/config/options.lua b/lua/config/options.lua index 13a7d72..625caa4 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -70,7 +70,7 @@ vim.g.dead_column = false ---@type boolean Options: -- Enable todo-comments features -vim.g.usetodo = false ---@type boolean Options: +vim.g.usetodo = true ---@type boolean Options: -- Use dev mode for rootiest plugins vim.g.rootiest_dev = true ---@type boolean Options: @@ -110,7 +110,7 @@ vim.g.useavante = true ---@type boolean Options: -- Use Blink instead of nvim-cmp -vim.g.useblinkcmp = false ---@type boolean Options: +vim.g.useblinkcmp = false ---@type boolean Options: -- Use experimental performance fork vim.g.cmp_performance_enabled = false ---@type boolean Options: -- When using cmp_performance_enabled with blink, blink will follow main branch