mirror of
https://github.com/Dannecron/nvchad-starter.git
synced 2025-12-25 20:02:33 +03:00
5 lines
108 B
Lua
5 lines
108 B
Lua
require("nvchad.configs.lspconfig").defaults()
|
|
|
|
local servers = { "html", "cssls" }
|
|
vim.lsp.enable(servers)
|