diff --git a/lua/znvim/plugins/init.lua b/lua/znvim/plugins/init.lua index 4000a53..a571415 100644 --- a/lua/znvim/plugins/init.lua +++ b/lua/znvim/plugins/init.lua @@ -240,6 +240,7 @@ return { notify = { enabled = true }, quickfile = { enabled = true }, words = { enabled = true }, + indent = { enabled = true }, dashboard = { sections = { { diff --git a/lua/znvim/plugins/ui.lua b/lua/znvim/plugins/ui.lua index 6f2b3df..35525d7 100644 --- a/lua/znvim/plugins/ui.lua +++ b/lua/znvim/plugins/ui.lua @@ -282,24 +282,6 @@ return { lualine.setup(config) end, }, - { -- indentation guides to all lines without conceal - "https://github.com/lukas-reineke/indent-blankline.nvim", - event = "BufReadPre", - main = "ibl", - opts = { - indent = { char = "│", }, - exclude = { - filetypes = { - "help", - "dashboard", - "neo-tree", - "Trouble", - "lazy", - "norg" - } - }, - }, - }, { -- noice ui "https://github.com/folke/noice.nvim", dependencies = {