latest lsp config with mason and autocomplete

This commit is contained in:
2025-12-15 15:49:30 -08:00
parent 798d6bb69c
commit acd842c2aa
5 changed files with 59 additions and 29 deletions

View File

@@ -31,5 +31,5 @@ require("lazy").setup({
-- colorscheme that will be used when installing plugins.
-- install = { colorscheme = { "habamax" } },
-- automatically check for plugin updates
checker = { enabled = true },
-- checker = { enabled = true },
})