added ccls lsp

This commit is contained in:
siduck76 2021-05-07 13:46:04 +05:30 committed by GitHub
parent 1007be42c1
commit 122e89e361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function on_attach(client)
end
local lspconf = require "lspconfig"
local servers = {"html", "cssls", "tsserver", "pyright", "bashls", "vls", "clangd"}
local servers = {"html", "cssls", "tsserver", "pyright", "bashls", "vls", "clangd", "ccls}
for k, lang in pairs(servers) do
lspconf[lang].setup {