-
Hello, I'm a new neovim user (so if the title isn't accurate I'm sorry). I have setup basic neovim configuration on a fresh Ubuntu install. I have used LSP zero to setup my LSP, which seems to work great.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
and you should probably take a look at nvim-treesitter.
-
I ran into this issue as well a few weeks ago, there's already a few issues for it: https://github.com/tree-sitter/tree-sitter-bash/issues/151
-
Actually, not quite sure it's treesitter related. My fix was downloading the latest https://github.com/neovim/neovim/blob/master/runtime/syntax/sh.vim and placing it in .config/nvim/syntax. Maybe try that and see if it works? It definitely is quite annoying.