mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-04 12:00:29 +00:00
Fix unfinished string
This commit is contained in:
parent
e56fa24c48
commit
869f949243
@ -36,7 +36,7 @@ function on_attach(client)
|
||||
end
|
||||
|
||||
local lspconf = require "lspconfig"
|
||||
local servers = {"html", "cssls", "tsserver", "pyright", "bashls", "vls", "clangd", "ccls}
|
||||
local servers = {"html", "cssls", "tsserver", "pyright", "bashls", "vls", "clangd", "ccls"}
|
||||
|
||||
for k, lang in pairs(servers) do
|
||||
lspconf[lang].setup {
|
||||
|
Loading…
Reference in New Issue
Block a user