Fix Bug with Packer and borders on excecute any command
This commit is contained in:
parent
d8399c638f
commit
a392c66df1
|
@ -48,5 +48,10 @@ return require("packer").startup(
|
|||
|
||||
|
||||
use {"lukas-reineke/indent-blankline.nvim", branch = "lua"}
|
||||
end
|
||||
end,
|
||||
{
|
||||
display = {
|
||||
border = { "┌", "─", "┐", "│", "┘", "─", "└", "│" }
|
||||
}
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue