kevinhwang91 / nvim-ufo

Not UFO in the sky, but an ultra fold in Neovim.
BSD 3-Clause "New" or "Revised" License
2.18k stars 38 forks source link

how can i exclude some filetypes #122

Closed Aneeqasif closed 1 year ago

Aneeqasif commented 1 year ago

Feature description

i use nvdash and in it i can use M.blankline = { indentLine_enabled = 1, filetype_exclude = { "help", "terminal", "lazy", "lspinfo", "TelescopePrompt", "TelescopeResults", "mason", "nvdash", "nvcheatsheet", "", },

how can i do it for this pluging

Describe the solution you'd like

exclude some filetype let say nvdash

Additional context

image

rockyzhang24 commented 1 year ago

Duplicate of https://github.com/kevinhwang91/nvim-ufo/issues/33