Migrate Neovim config to 0.12

This commit is contained in:
2026-05-28 07:38:39 +03:00
parent 632f3579ce
commit 5672967635
11 changed files with 103 additions and 31 deletions

View File

@@ -1,3 +1,7 @@
if vim.fn.has('nvim-0.12') == 0 then
error('This config requires Neovim 0.12 or newer')
end
if #vim.api.nvim_list_uis() == 0 then
require('setup')
return