vehlwn
vehlwn
@Austin-Ray Thanks! Your answer helped me. I had the same issue with folders with dots. For example: - default `sidebar_delim_chars`:  - `set sidebar_delim_chars = ""`:  - `set sidebar_delim_chars...
I think I have a similar problem: `tls` directive from one site block leaks to another blocks. I want to use wildcard certificate but my DNS hosting doesn't support plugins...
`ignore_loaded_certs` manages certificates automatically. I don't want caddy to issue different certificates for each domain because I don't want all my domains to be publicly available for hackers to scrap...
I managed to workaround it with `GNUPGHOME` variable: ```bash $ mkdir ~/.rua-gnupg $ chmod 700 ~/.rua-gnupg $ GNUPGHOME=~/.rua-gnupg gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 4ABA2F66DBD5A95894910E0673D770CDA59047B9 gpg: key 73D770CDA59047B9: public key "HPLIP (HP...
> I use tokyonight with the following repro, and rainbow works without issue. Is rainbow enabled automatically? Your example doesn't work for me. I have to call `:RainbowToggle` twice to...
I tried repro.lua config on two different virtual machines with Arch and Cachyos but colors still not enabled on startup.