fix: flatten nvim dir (remove submodule)

This commit is contained in:
luochen570
2026-05-24 10:08:07 +08:00
parent 2b8e08b9f3
commit a83624f0cc
14 changed files with 242 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
require("nvchad.configs.lspconfig").defaults()
local servers = { "html", "cssls" }
vim.lsp.enable(servers)
-- read :h vim.lsp.config for changing options of lsp servers