Justin Guenther
Justin Guenther
FWIW I couldn't get `tide-mode` to work right in HTML buffers. Could be a problem with my specific config or something, but I got this to work pretty easily with...
@kehu1991 I tried but could never manage to get symlinks inside `$GOPATH` to behave correctly with `go` itself. I'd recommend moving the code to `$GOPATH/src` and make a symlink to...
You can set the `GLOB_PATTERN` env variable to override the [default pattern](https://github.com/bash-lsp/bash-language-server/blob/8a5115d129208d9ac0e18d4eaf7fbc6c384f325f/server/src/config.ts#L1). This worked for me: ``` shell export GLOB_PATTERN="**/*@(.sh|.inc|.bash|.command|.zsh|zshrc|zsh_*)" ```
You can work around it for now by searching for `"-s"` using the search string `"-- -s"`, which will force `ag` to treat `-s` as the search parameter and not...