chore: Some changes

This commit is contained in:
2026-04-18 16:45:51 +02:00
parent cc907c654d
commit 347165dbb7
3 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,6 @@
require("nvchad.configs.lspconfig").defaults()
local servers = {
"copilot",
"html",
"cssls",
"clangd",
@@ -12,5 +11,7 @@ local servers = {
"svelte",
"tailwindcss",
"texlab",
"kotlin_language_server",
"pylsp",
}
vim.lsp.enable(servers)