Ory Band

Results 87 comments of Ory Band

see https://github.com/xolox/vim-easytags/pull/133#issuecomment-207192663 as temporary solution

I've fixed it on my own out of sheer luck: Apparently Pyright doesn't work with NodeJS installed via Snap even though both versions were NodeJS 18 https://snapcraft.io/install/node/ubuntu I don't know...

@rcrowley Thanks for the answer. Pretty much yes: I want to output all errorneus JSON requests to some unique error log. I also think that given the developer control &...

Any update on this issue?

Nothing, not output, no error.

@xanderio I can't get this working with lazy.nvim, even when trying the method here https://github.com/Mofiqul/dracula.nvim/issues/76#issuecomment-1478583239 can you please help?

@vitalk yup, but since vim treats bash and sh as the same filetype `sh` along with the `g:is_bash = 1` or `g:is_sh = 1` variables, implementing this might be tricky.

Thanks @vitalk ! Will test this out and report if I have any problems

@vitalk well, this doesn't appear to work right. Opening a `.sh` file with a `#!/bin/sh` on top, and executing `:echo is_bash` returns `1`, meaning the syntax is bash, not sh....