Fredrik Foss-Indrehus
Fredrik Foss-Indrehus
### Describe the solution you'd like Hey, this is minor but I by chance saw that the DiagnosticOk highlight isn't set by the colorscheme. Right now it uses guifg=NvimLightGreen. I...
Hi, What's the rationale for storing the recipients file in the base directory (\$PA_DIR) `~/.local/share/pa/` rather than alongside the passwords in `~/.local/share/pa/passwords/`, like pass/passage/gopass? It would make it easier to...
Hi, Is there a straightforward way to disable dimming hidden files? Right now all hidden files are set to use `hl-OilHidden`, but `M._get_highlights` in lua/oil/init.lua contains: ```lua M._get_highlights = function()...
Hi, this pr adds support for Busybox's implementation of wget, which comes default on Alpine Linux among other distros. Busyboxs wget only support POST, but as far as I could...
Setting a formatter for `*` breaks the formatexpr fallback. For example, if I set formatexpr to `v:lua.require'conform'.formatexpr()`, have no formatter set for LANG, and `*` set to use `injected`, only...
Hi, Compiling with: ``` ./autogen.sh mkdir build && cd build ../configure ac_cv_func_fpurge=no --disable-lto --prefix="$HOME/.local" make make install ``` Errors with: ``` make: *** No rule to make target '.git/logs/HEAD', needed...