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

20 lines
317 B
Lua

return function()
require("ibl").setup({
exclude = {
filetypes = {
"",
"checkhealth",
"dashboard",
"git",
"gitcommit",
"TelescopePrompt",
"TelescopeResults",
"help",
"lazy",
"lspinfo",
"man",
},
},
})
end