nvim: add slimline horizontal line (as slimline by default has no background)
This commit is contained in:
parent
bfa2c6313f
commit
24d031c214
@ -1,7 +1,17 @@
|
|||||||
|
vim.opt.fillchars = {
|
||||||
|
stl = "─",
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"sschleemilch/slimline.nvim",
|
"sschleemilch/slimline.nvim",
|
||||||
opts = {}
|
opts = {
|
||||||
|
spaces = {
|
||||||
|
components = "─",
|
||||||
|
left = "─",
|
||||||
|
right = "─",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user