🚑 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:
@@ -5,6 +5,11 @@
|
||||
-- ╰─────────────────────────────────────────────────────────╯
|
||||
|
||||
return {
|
||||
{ -- Noice
|
||||
'tris203/noice.nvim',
|
||||
branch = 'mixed_encodings',
|
||||
dev = true,
|
||||
},
|
||||
{ -- Aerial
|
||||
import = 'lazyvim.plugins.extras.editor.aerial',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user