🚑 Quickfix(offset_encodings): address nvim-nightly offset_encoding deprecations
This is a temporary hotfix to deal with offset_encoding/position_encoding requirements in the latest nightly builds. Plugins should be updated to address this. BREAKING CHANGE: blink.cmp is not working, fallback to nvim-cmp. noice.nvim using a fork. Likely more to come. Watch for 'offset_encoding' scope tags in later commmits.
This commit is contained in:
@@ -110,7 +110,7 @@ vim.g.useavante = true ---@type boolean Options: <true
|
|||||||
vim.g.usegpai = false ---@type boolean Options: <true|false>
|
vim.g.usegpai = false ---@type boolean Options: <true|false>
|
||||||
|
|
||||||
-- Use Blink instead of nvim-cmp
|
-- Use Blink instead of nvim-cmp
|
||||||
vim.g.useblinkcmp = true ---@type boolean Options: <true|false>
|
vim.g.useblinkcmp = false ---@type boolean Options: <true|false>
|
||||||
-- Use experimental performance fork
|
-- Use experimental performance fork
|
||||||
vim.g.cmp_performance_enabled = false ---@type boolean Options: <true|false>
|
vim.g.cmp_performance_enabled = false ---@type boolean Options: <true|false>
|
||||||
-- When using cmp_performance_enabled with blink, blink will follow main branch
|
-- When using cmp_performance_enabled with blink, blink will follow main branch
|
||||||
|
|||||||
@@ -5,6 +5,11 @@
|
|||||||
-- ╰─────────────────────────────────────────────────────────╯
|
-- ╰─────────────────────────────────────────────────────────╯
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
{ -- Noice
|
||||||
|
'tris203/noice.nvim',
|
||||||
|
branch = 'mixed_encodings',
|
||||||
|
dev = true,
|
||||||
|
},
|
||||||
{ -- Aerial
|
{ -- Aerial
|
||||||
import = 'lazyvim.plugins.extras.editor.aerial',
|
import = 'lazyvim.plugins.extras.editor.aerial',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user