remove ibl
This commit is contained in:
parent
e76f086b0d
commit
d6f6f47214
|
@ -29,39 +29,6 @@ return {
|
||||||
end,
|
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',
|
'tenxsoydev/tabs-vs-spaces.nvim',
|
||||||
|
|
Loading…
Reference in New Issue