Igor Guerrero
Igor Guerrero
I wonder why this works with the VSCode extension but non on Coc
Hi, can you merge this?
I think this is due to the version of SSL you have in your operative system. But I'm not an expert in the subject. If there's any code change to...
@jfabiani What error do you get? Maybe we can look into it better if I knew that.
@jfabiani I believe everything will be okay once you try, I think the only thing you'd have to change is the `live` url on the gateway's code. I think all...
Yes, although not as easy and cool as `entr` but works, thank you, here's how I ran that one: ```pwsh watchmedo shell-command --patterns="*.py" --recursive --command="pytest" ```
@mhanberg I do this with my Python ```lua { "neovim/nvim-lspconfig", opts = { setup = { ruff_lsp = function() require("lazyvim.util").lsp.on_attach(function(client, _) if client.name == "ruff_lsp" then -- Disable hover in...
Same here on Arch. Only happens on nightly, a workaround (for me) is to update on `stable` Neovim as of today.
The version of arch doesn't matter, nightly is nightly, and stable neovim is 9.5.0. -- Thanks, Igor Guerrero. On Thu, Apr 25, 2024 at 11:36 AM, Gaurav Singh Tangariya ***@***.***(mailto:On...
I updated and looks like it's working on `unstable` as well (for me!).