feat(nvim): working lsp and formatters

This commit is contained in:
mrflos 2024-10-08 12:06:15 +03:00
parent d4c6bc1270
commit d5d781272d
5 changed files with 27 additions and 4 deletions

View file

@ -4,7 +4,19 @@ require("nvchad.configs.lspconfig").defaults()
local lspconfig = require "lspconfig"
-- EXAMPLE
local servers = { "html", "cssls" }
local servers = {
"html",
"cssls",
"phpactor",
"gopls",
-- "intelephense",
"jsonls",
"lua_ls",
"nixd",
"tailwindcss",
"templ",
"vuels",
}
local nvlsp = require "nvchad.configs.lspconfig"
-- lsps with default config