You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
359 B

return {
"nvimdev/indentmini.nvim",
enabled = false,
opts = {
char = "",
minlevel = 1,
only_current = false,
exclude = {
filetypes = {
"help",
"lazy",
"neo-tree",
"notify",
"text",
"startify",
"dashboard",
"neogitstatus",
"NvimTree",
"Trouble",
},
buftypes = { "terminal", "nofile" },
},
},
}