feat(nvim): add python lsp and formatters, and go
This commit is contained in:
parent
742a7e910e
commit
b619eaacf4
3 changed files with 7 additions and 4 deletions
|
@ -3,16 +3,16 @@ require("nvchad.configs.lspconfig").defaults()
|
|||
|
||||
local lspconfig = require "lspconfig"
|
||||
|
||||
-- EXAMPLE
|
||||
-- cf. https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md
|
||||
local servers = {
|
||||
"html",
|
||||
"cssls",
|
||||
"phpactor",
|
||||
"gopls",
|
||||
-- "intelephense",
|
||||
"jsonls",
|
||||
"lua_ls",
|
||||
"nixd",
|
||||
"pylsp",
|
||||
"tailwindcss",
|
||||
"templ",
|
||||
"vuels",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue