dotfiles-ansible/roles/config/files/nvim/lua/user/plugins/editor/indent-blankline.lua

34 lines
692 B
Lua

return {
indent = { char = '' },
scope = {
show_start = false,
show_end = false,
},
exclude = {
filetypes = {
'alpha',
'lazy',
'log',
'notify',
'undotree',
'Trouble',
'NvimTree',
'diff',
'qf',
'help',
'prompt',
'noice',
'aerial',
'TelescopePrompt',
'Trouble',
'OverseerForm',
'gitcommit',
'markdown',
'org',
'json',
'txt',
'', -- for all buffers without a filetype
},
},
}