Merge branch 'main' of github.com:siduck76/chad-nvim

pull/41/head
siduck76 3 years ago
commit e56fa24c48

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

@ -47,5 +47,10 @@ return require("packer").startup(
--use "andweeb/presence.nvim"
use {"lukas-reineke/indent-blankline.nvim", branch = "lua"}
end
end,
{
display = {
border = { "", "", "", "", "", "", "", "" }
}
}
)

Loading…
Cancel
Save