fix bugs after upgrading to neovim 0.12
tests / test (push) Successful in 10s

This commit is contained in:
2026-05-12 08:34:04 +02:00
parent 5d205c0302
commit cb1095feeb
4 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
local cwd = vim.loop.cwd()
local cwd = vim.uv.cwd()
vim.opt.runtimepath:append(cwd)
package.path = table.concat({
cwd .. "/lua/?.lua",