1
0

Add blinds to nvim

This commit is contained in:
2026-03-21 10:28:59 +00:00
parent 4f58f9f746
commit fb3482278f

View File

@@ -0,0 +1,13 @@
return {
-- https://github.com/jceb/blinds.nvim
"jceb/blinds.nvim",
config = true,
opts = {
-- background color
guibg = "#333333",
-- Limit blinds to certain file types, "*" matches all file types.
ft = { "*" },
-- Exclude certain file types from blinds.
excluded = { },
}
}