FORMATTED

This commit is contained in:
hakase
2025-04-19 19:09:27 -05:00
commit 2ab8de9d71
11 changed files with 235 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
require("nvchad.configs.lspconfig").defaults()
local servers = { "html", "cssls" }
vim.lsp.enable(servers)