-
-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Description
After updating to the latest version, I encounter the following error whenever I open any file:
Error detected while processing BufReadPost Autocommand "*":
Error executing lua callback: /usr/share/nvim/runtime/filetype.lua:36: BufReadPost Autocommand "*"..FileType Autocommand "*": Vim(append):Error executing lua callback: vim/shared.lua:0: after the second argument: expected table, got nil
stack traceback:
[C]: in function 'error'
vim/shared.lua: in function 'validate'
vim/shared.lua: in function 'tbl_deep_extend'
...m/lazy/navigator.lua/lua/navigator/lspclient/clients.lua:266: in function 'lsp_startup'
...m/lazy/navigator.lua/lua/navigator/lspclient/clients.lua:464: in function 'setup'
...m/lazy/navigator.lua/lua/navigator/lspclient/clients.lua:509: in function 'on_filetype'
...q/.local/share/nvim/lazy/navigator.lua/lua/navigator.lua:314: in function <...q/.local/share/nvim/lazy/navigator.lua/lua/navigator.lua:313>
[C]: in function 'nvim_cmd'
/usr/share/nvim/runtime/filetype.lua:36: in function </usr/share/nvim/runtime/filetype.lua:35>
[C]: in function 'pcall'
vim/shared.lua: in function <vim/shared.lua:0>
[C]: in function '_with'
/usr/share/nvim/runtime/filetype.lua:35: in function </usr/share/nvim/runtime/filetype.lua:10>
stack traceback:
[C]: in function '_with'
/usr/share/nvim/runtime/filetype.lua:35: in function </usr/share/nvim/runtime/filetype.lua:10>
I used a completely fresh Neovim installation (meaning I deleted ~/.config/nvim and ~/.local/share/nvim) and only installed Lazy.nvim and Navigator.lua. Without fail, this error is triggered when I call setup().
I tried looking through existing issues but couldn't find anything exactly matching this problem. Should I provide more information, or perhaps am I doing something wrong? (If so, I'm really sorry 😭)
MaiLunJiye
Metadata
Metadata
Assignees
Labels
No labels