Matthieu Coudron
Matthieu Coudron
so IIRC I've created a "neovim" user and then I've generated several LUAROCKS_API_KEY, one for neovim and one for nvim-treesitter
the neovim user is meant to provide API keys for "official" packages, ie., maintained by the neovim core team (or close, like nvim-treesitter's team). In your case you would need...
for this kind of simple change, better submit a PR as we can test on our own machines and if ok then the improvement is a click away.
not sure what argument parsing library you use but usually these libraries can generate the completion out of the box with something like `hurl --zsh-completion > _zsh `. Might be...
Sounds neat. Right now, hie doesn't work in ale and I have no idea why while LanguageClient-neovim logged everything to a file, helping me troubleshooting the root cause.
ah yes my bad I dont know I missed the other instances, I had just found one. I leave this open since I still think it makes sense. Will try...
`-i ` so it can be bash/ruby/python etc. shellcheck could disable itself if != sh/bash.
can't you set the options so that sourcing the account results in a no-op ? introducing 2 options for the requested behavior seems like much.
I was going to create a similar ticket, I am glad I searched before otherwise everyone would know I can't remember anything: On a related note, on 3.7.3, the lua-language-server...
as a go noob , I was not able to run the PR from the folder via `MYGITLABREPO $ go run ~/lab/main.go -- label list` because it couldn't find the...