2023-11-18 02:27:14 +02:00
|
|
|
-- Indent characters
|
2023-11-25 14:37:36 +02:00
|
|
|
--- @type LazyPluginSpec
|
2023-11-18 02:27:14 +02:00
|
|
|
return {
|
|
|
|
"lukas-reineke/indent-blankline.nvim",
|
2023-11-25 14:37:36 +02:00
|
|
|
--- @type ibl.config
|
2023-11-18 02:54:35 +02:00
|
|
|
opts = {
|
|
|
|
exclude = {
|
|
|
|
filetypes = {
|
|
|
|
"",
|
|
|
|
"checkhealth",
|
2023-11-25 15:58:35 +02:00
|
|
|
"alpha",
|
2023-11-18 02:54:35 +02:00
|
|
|
"git",
|
|
|
|
"gitcommit",
|
|
|
|
"TelescopePrompt",
|
|
|
|
"TelescopeResults",
|
|
|
|
"help",
|
|
|
|
"lazy",
|
|
|
|
"lspinfo",
|
|
|
|
"man",
|
2023-09-29 09:03:03 +03:00
|
|
|
},
|
2023-11-18 02:54:35 +02:00
|
|
|
},
|
|
|
|
},
|
|
|
|
main = "ibl",
|
2023-11-18 02:27:14 +02:00
|
|
|
}
|