remove ibl

This commit is contained in:
Christoph J. Scherr 2023-10-14 05:14:51 -04:00
parent e76f086b0d
commit d6f6f47214
1 changed files with 0 additions and 33 deletions

View File

@ -29,39 +29,6 @@ return {
end,
},
-----------------------------------------------------------------------------
{
'lukas-reineke/indent-blankline.nvim',
event = 'FileType',
keys = {
{ '<Leader>ue', '<cmd>IndentBlanklineToggle<CR>' },
},
opts = {
show_trailing_blankline_indent = false,
disable_with_nolist = true,
show_foldtext = false,
char_priority = 100,
filetype_exclude = {
'lspinfo',
'checkhealth',
'git',
'gitcommit',
'help',
'man',
'lazy',
'alpha',
'dashboard',
'terminal',
'TelescopePrompt',
'TelescopeResults',
'neo-tree',
'Outline',
'mason',
'Trouble',
},
},
},
-----------------------------------------------------------------------------
{
'tenxsoydev/tabs-vs-spaces.nvim',