This commit is contained in:
2026-03-02 10:44:30 -06:00
parent 3d80d362da
commit 65992c0328
3 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ return {
vim.lsp.config("*", { capabilities = caps })
vim.lsp.enable {
"lua_ls",
"bashls",
}
end,
},