nvim: migrate to 0.11

This commit is contained in:
He4eT 2025-05-06 06:53:31 +02:00
commit 9f849189da

View file

@ -98,7 +98,7 @@ vim.o.updatetime = 250
vim.o.timeout = false vim.o.timeout = false
-- Set completeopt to have a better completion experience -- Set completeopt to have a better completion experience
vim.o.completeopt = 'menuone,noselect' vim.o.completeopt = 'menuone,noselect,fuzzy'
-- Keeps the same screen lines in all split windows -- Keeps the same screen lines in all split windows
vim.o.splitkeep = 'screen' vim.o.splitkeep = 'screen'