Fei Shao
Fei Shao
Another similar setup here (Neovim / Mason / bash-language-server 4.9.1). The [comment] above resolved my issue as well, but still got a small question: It seems that the error code...
I believe this is #39.
I didn't add the lowercase keywords because I imagine it might be distracting if those show up amid the lines (not as log level tags). But if you find that...
One workaround is to add a `.gitattributes` file to the repository to disable specific files from being counted into Linguist statistics. For example: ``` *.py linguist-detectable=false ``` See https://github.com/github-linguist/linguist/blob/main/docs/overrides.md for...