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

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

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 = { "", "", "", "", "", "", "", "" }
}
}
)