Add blinds to nvim
This commit is contained in:
13
nvim/.config/nvim/lua/plugins/blinds.lua
Normal file
13
nvim/.config/nvim/lua/plugins/blinds.lua
Normal 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 = { },
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user