Skip to content

Commit

Permalink
Update indent-blankline config
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfucksec committed Oct 8, 2023
1 parent 654f374 commit dc7ba6f
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions nvim/lua/plugins/indent-blankline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,27 @@ if not status_ok then
end

ibl.setup {
char = "",
use_treesitter = true,
show_first_indent_level = true,
filetype_exclude = {
'lspinfo',
'packer',
'checkhealth',
'help',
'man',
'dashboard',
'git',
'markdown',
'text',
'terminal',
'NvimTree',
},
buftype_exclude = {
'terminal',
'nofile',
'quickfix',
'prompt',
indent = { char = "" },
exclude = {
filetypes = {
'lspinfo',
'packer',
'checkhealth',
'help',
'man',
'dashboard',
'git',
'markdown',
'text',
'terminal',
'NvimTree',
},

buftypes = {
'terminal',
'nofile',
'quickfix',
'prompt',
},
},
}

0 comments on commit dc7ba6f

Please sign in to comment.