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

@@ -62,6 +62,6 @@ vim.lsp.config("lua_ls", {
},
},
})
vim.lsp.enable("lua_ls")
vim.lsp.enable "lua_ls"
return M