Erik Westrup
Erik Westrup
+500, need this! :)
I have maybe the same problem, but for `webp`. It used to work all find locally but broke maybe when the local vips version was updated. I get on `jekyll...
I can also confirm that it works, thank you!
For me it seems to work to modify the `install` script in my dotfiles folder like this ```bash DOTBOT_PLUGIN_DIR=".local/repos/dotbot-plugins" [...] "${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" --plugin-dir "${DOTBOT_PLUGIN_DIR}/*" -c "${CONFIG}" "${@}" ```
Or as one `use`: ```lua use { 'junegunn/fzf.vim', requires = { 'junegunn/fzf', run = ':call fzf#install()' } } ```
@oeuftete thanks for reporting. Is the workaround still working for you? I checked out the above commit in `fzf-lua` however I still get the same error message. I did `make...
I'd like to add that asdf also created the file `$HOME/.tools-version`. It would be great if this also lived in a proper XDG directory! I tired setting [ASDF_DEFAULT_TOOL_VERSIONS_FILENAME](https://asdf-vm.com/manage/configuration.html#asdf-default-tool-versions-filename) however after...
**TL;DR tmux-powerline can now be installed as a tpm plugin** You're in luck. Some weeks ago I created a new tpm plugin [tmux-dark-notify](https://github.com/erikw/tmux-dark-notify), so I know how to make tpm...
I don't know JS (yet) but if I could I definitely would!
@sitiom Hey thanks for looking in to this so quickly! I updated the plugin to the latest version (main branch) but unfortunately the behavior is the same as in the...