feat(nvim): working lsp and formatters
This commit is contained in:
parent
d4c6bc1270
commit
d5d781272d
5 changed files with 27 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue