diff --git a/lua/config/options.lua b/lua/config/options.lua index 57a91e2..13a7d72 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -110,7 +110,7 @@ vim.g.useavante = true ---@type boolean Options: -- Use Blink instead of nvim-cmp -vim.g.useblinkcmp = true ---@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 diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 5f24fc4..12b6a02 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -5,6 +5,11 @@ -- ╰─────────────────────────────────────────────────────────╯ return { + { -- Noice + 'tris203/noice.nvim', + branch = 'mixed_encodings', + dev = true, + }, { -- Aerial import = 'lazyvim.plugins.extras.editor.aerial', },