nvim: add slimline horizontal line (as slimline by default has no background)

This commit is contained in:
Łukasz Pankowski 2025-03-29 12:34:58 +01:00
parent bfa2c6313f
commit 24d031c214

View File

@ -1,7 +1,17 @@
vim.opt.fillchars = {
stl = "",
}
return { return {
{ {
"sschleemilch/slimline.nvim", "sschleemilch/slimline.nvim",
opts = {} opts = {
spaces = {
components = "",
left = "",
right = "",
},
},
}, },
{ {