ettom
ettom
> If nvim does not do any syntax highlighting for your file nvimpager can't either. Do you mean that nvimpager is not able to change the color of "Normal" text...
Working as expected with 0.8.0!
I did something similar in [my branch](https://github.com/ettom/snapweb/commit/040c3571e050091819adf582d72aeff21721426d). Not sure of how to integrate it properly.
@Sciencentistguy Does `latexindent` work on its own? Does `cat myfile.tex | latexindent.pl` give the expected output? What is the output of `latexindent.pl --version` ?
I have the same version on my machine and everything works. Could you provide a minimal vimrc file for reproducing? What is the output of `vim --version`?
Sorry, I cannot reproduce this one. Tried nvim with your vimrc and everything worked fine.
I tried this on my arch install and could recreate. #288 fixed it for me. @Sciencentistguy, could you try applying the change and let us know if it works for...
I got ping to work like this: Modify `/system/bin/login` by adding `-b /system:/uppersystem` to the proot command line. Restart the app and run `/uppersystem/bin/linker64 /uppersystem/bin/ping`. nix-on-droid seems to mask the...
> It might be because of a proot-pseudomount to /bin, which we need for /bin/sh? Just to be sure, are you referring to [this](https://github.com/t184256/nix-on-droid/blob/2301e01d48c90b60751005317de7a84a51a87eb6/modules/environment/login/login.nix#L51C1-L51C37) line? But then why is `/bin`...
> Is there a way to declaratively modify the login script from a Nix config file? > > Or maybe just add a initialization script on switch. I don't think...