diff --git a/config/nvim/lua/plugins/ufo.lua b/config/nvim/lua/plugins/ufo.lua index 920039c..7a0e4ae 100644 --- a/config/nvim/lua/plugins/ufo.lua +++ b/config/nvim/lua/plugins/ufo.lua @@ -16,6 +16,28 @@ return { local builtin = require 'statuscol.builtin' require('statuscol').setup { relculright = true, + ft_ignore = { + 'dashboard', + 'NvimTree', + 'help', + 'vim', + 'alpha', + 'dashboard', + 'neo-tree', + 'Trouble', + 'lazy', + 'toggleterm', + }, + bt_ignore = { + 'help', + 'vim', + 'alpha', + 'dashboard', + 'neo-tree', + 'Trouble', + 'lazy', + 'toggleterm', + }, segments = { { text = { builtin.foldfunc },