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

This commit is contained in:
siduck76 2021-05-07 13:37:05 +05:30
commit e56fa24c48
2 changed files with 7 additions and 2 deletions

View File

@ -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 {

View File

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