diff --git a/lua/plex/plugins/ui.lua b/lua/plex/plugins/ui.lua index e0fcb84..0ef466b 100644 --- a/lua/plex/plugins/ui.lua +++ b/lua/plex/plugins/ui.lua @@ -29,39 +29,6 @@ return { end, }, - ----------------------------------------------------------------------------- - { - 'lukas-reineke/indent-blankline.nvim', - event = 'FileType', - keys = { - { 'ue', 'IndentBlanklineToggle' }, - }, - 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',