Fix Bug with Packer and borders on excecute any command

This commit is contained in:
Sergio Alejandro Ribera Costa 2021-05-07 02:16:32 -04:00
parent d8399c638f
commit a392c66df1
1 changed files with 6 additions and 1 deletions

View File

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