ghillb / cybu.nvim

Neovim plugin that offers context when cycling buffers in the form of a customizable notification window.
MIT License
305 stars 5 forks source link

Error executing lua vim/shared.lua:0: t: expected table, got nil #22

Closed llandsmeer closed 1 year ago

llandsmeer commented 1 year ago

Just did a fresh install of Cybu.nvim on latest stable nvim 0.9.0

nnoremap <tab> <Plug>(CybuPrev)
nnoremap <S-tab> <Plug>(CybuNext)

Then I get this error:

E5108: Error executing lua vim/shared.lua:0: t: expected table, got nil
stack traceback:
        [C]: in function 'error'
        vim/shared.lua: in function 'validate'
        vim/shared.lua: in function 'tbl_contains'
        ...r/.local/share/nvim/plugged/cybu.nvim/lua/cybu/utils.lua:87: in function 'is_filter_
active'
        ...er/.local/share/nvim/plugged/cybu.nvim/lua/cybu/init.lua:389: in function 'cycle'
        [string ":lua"]:1: in main chunk
ghillb commented 1 year ago

Hi, do you use Packer? Could you please update, compile, and see if the issue still persists?