fgheng / winbar.nvim

winbar config for neovim
111 stars 22 forks source link

exclude_filetype doesn't work for fzf buffers #11

Closed Gee19 closed 1 year ago

Gee19 commented 1 year ago

It seems excluding the fzf filetype still shows a winbar on the fzf floating window:

require('winbar').setup({
  enabled = true,
  exclude_filetype = {
    'help',
    'qf',
    'nerdtree',
    'fzf'
  }
})

nvim_fzf

Thanks for the effort on this plugin, it really makes using winbar quite nice 👍

Gee19 commented 1 year ago

I'm able to workaround this using the following autocmd

autocmd FileType fzf set winbar=