Hello, Whenever I open a bash script in neovim (NVIM v0.10.1), I get the following error: LSP[bashls]: Error ON_ATTACH_ERROR: "/home/USER/.config/nvim/lua/lsp.lua:33: attempt to index field 'resolved_capabilities' (a nil value)" $ bash-language-server --version 5.4.2 $ node --version v20.5.1 How can I fix this? Thank you