diff --git a/lua/config/options.lua b/lua/config/options.lua index 0e0f4cf..bc43769 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -48,7 +48,7 @@ vim.g.usewakatime = true ---@type boolean Options: -- Allow discord presence -vim.g.usediscord = true ---@type boolean Options: +vim.g.usediscord = true ---@type boolean Options: -- Enable HardTime on startup vim.g.usehardtime = false ---@type boolean Options: -- Enable Image plugin on compatible terminals @@ -72,7 +72,7 @@ vim.g.blinky = true ---@type boolean Options: -- Use dev mode for rootiest plugins -vim.g.rootiest_dev = true ---@type boolean Options: +vim.g.rootiest_dev = true ---@type boolean Options: -- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ PICKER ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -94,7 +94,7 @@ vim.g.use_fzf_lua = true ---@type boolean Options: -- Use Blink instead of nvim-cmp -vim.g.useblinkcmp = false ---@type boolean Options: +vim.g.useblinkcmp = true ---@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 -- Requires a working rust toolchain ---@see vim.g.lazyvim_blink_main - -- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ STATUS COLUMN ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ vim.g.statuscolumn = "snacks" ---@type string Options: [statuscolumn] diff --git a/lua/plugins/mini.lua b/lua/plugins/mini.lua index 1098ab7..1848616 100644 --- a/lua/plugins/mini.lua +++ b/lua/plugins/mini.lua @@ -63,4 +63,3 @@ return { end, }, } -