chore: run lint and fix errors

This commit is contained in:
2026-03-25 15:52:53 +05:00
parent 5ccf595db2
commit 4db280c102
10 changed files with 78 additions and 77 deletions

View File

@@ -106,7 +106,7 @@ M.lazy_load = function(plugin)
if plugin == "nvim-lspconfig" then
vim.cmd "silent! do FileType"
end
end, 0)
end)
else
require("lazy").load { plugins = plugin }
end