🚑 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:
2024-11-25 19:12:25 -05:00
parent 25072a82ae
commit 89453dc581
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -5,6 +5,11 @@
-- ╰─────────────────────────────────────────────────────────╯
return {
{ -- Noice
'tris203/noice.nvim',
branch = 'mixed_encodings',
dev = true,
},
{ -- Aerial
import = 'lazyvim.plugins.extras.editor.aerial',
},