dotfiles/home/.config/nvim/lua/plugins/indent-blankline.lua

23 lines
370 B
Lua

-- Indent characters
return {
"lukas-reineke/indent-blankline.nvim",
opts = {
exclude = {
filetypes = {
"",
"checkhealth",
"dashboard",
"git",
"gitcommit",
"TelescopePrompt",
"TelescopeResults",
"help",
"lazy",
"lspinfo",
"man",
},
},
},
main = "ibl",
}