help configuring lsp on neovim
i want to use bash-language-server lsp on neovim i have tried coc.nvim and now lazyvim but got the same result as shown here
Thank you.
Solution:Jump to solution
you need to install bash-language-server first
```sh
pkg up
pkg i npm
npm i -g bash-language-server...
2 Replies