Fix last static analysis warnings

This commit is contained in:
2025-12-22 15:19:56 +00:00
parent 9296eb6b20
commit a4878601cf
4 changed files with 9 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ if not vim.loop.fs_stat(lazypath) then
})
end
---@diagnostic disable-next-line: undefined-field
vim.opt.rtp:prepend(lazypath)
require("lazy").setup("plugins")