initial 0.11 rebuild

This commit is contained in:
Adam Bellinson
2026-09-07 02:38:17 -04:00
committed by thread
parent a6de358fd4
commit 8a60a569c9
12 changed files with 362 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
require("nvchad.configs.lspconfig").defaults()
local servers = { "html", "cssls" }
vim.lsp.enable(servers)
-- vim.lsp.elixirls.setup({
-- cmd = { "elixir-ls" }, -- Path to the elixir-ls executable
-- filetypes = { "elixir", "eelixir" }, -- Filetypes associated with Elixir
-- settings = {
-- elixirLS = {
-- dialyzerEnabled = true,
-- fetchDeps = true,
-- enableTestLenses = true,
-- },
-- }
-- })
-- read :h vim.lsp.config for changing options of lsp servers