Jonathan Dahan
Jonathan Dahan
Just came across this wiki page, seems nice https://wiki.archlinux.org/index.php/XDG_Base_Directory#Supported
it already supports the spec, just need to write a migration
it seems to be an alias `$ keychain --absolute --dir "$XDG_RUNTIME_DIR"/keychain` womp womp
issue filed https://github.com/seemoo-lab/opendrop/issues/60 it is hardcoded in config.py for now
project: https://github.com/bmmcginty/barnard/ issue: https://github.com/bmmcginty/barnard/issues/5 research: can `alias barnard='--config ${XDG_CONFIG_HOME}/barnard/config.yaml'` as workaround
`.pulse-cookie` can be safely moved to `XDG_CONFIG_HOME/pulse/cookie`
project: https://github.com/cortesi/devd issue: https://github.com/cortesi/devd/issues/112 research: no obvious way to configure
If there is no patches folder, but we have `patch-package` in our postinstall, it throws a `Cannot read property 'length' of undefined`
It feels weird to have a string that 'execs out' to lua when in a lua config file (supported by neovim). It would be nicer to allow referencing a lua...
**Environment (please complete the following information):** - OS: macOS - (Neo)Vim version: NVIM v0.5.0-dev+1048-g69103ff0c - vim-which-key version: c5322b2 - Have you reproduced with a minimal vimrc: ??? ```vim set hidden...