Steven Arcangeli
Steven Arcangeli
This does not reproduce for me, using the `repro.lua` and the exact steps given. The only differences I can see are I'm on linux instead of windows, but that seems...
I will not be able to assist; I no longer have a Windows computer
It's this line that records the file that we're going to jump to once oil opens https://github.com/stevearc/oil.nvim/blob/5b6068aad7d2057dd399fac73b7fb2cdf23ccd6e/lua/oil/init.lua#L380-L382 When we're rendering the oil buffer, this line detects a match and saves...
Oh my goodness profile.nvim is such a pile of brittle hacks I wouldn't want it anywhere close to upstream neovim. It's definitely been a useful stopgap, but there's not much...
It sounds like scp is having some trouble with the command used to download the remote file. Hard to say what that could be without seeing it. Could you update...
Oh wow I just noticed that you're on a super old version of Ubuntu. That's probably going to have something to do with it, but we can probably get it...
Yes, it looks like the URI format for scp targets was [added in OpenSSH 7.7](https://www.openssh.com/txt/release-7.7), which was released on April 1 2018. Is there...any way you can upgrade to a...
@tox2ik We don't currently have any tests for the utilities in `fs.lua`, so you would need to add a `fs_spec.lua` file and put them there. Doesn't have to be much,...
My understanding is that `treefmt-nix` is a separate package that installs a `treefmt` command that does normal treefmt things but integrated with nix. For `treefmt-nix`, it doesn't require a toml...
That workaround seems a bit inelegant and I generally don't want to proliferate that kind of logic within conform. If there's really no easy way to tell if treefmt-nix should...