Saúl Nogueras

Results 17 issues of Saúl Nogueras

When I run `PackerSync` headless, no output is shown. ```bash nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync' ``` I would be nice if some process would echo to...

enhancement
v1

When I follow the steps documented for bootstraping packer, if I put some pluging specific config, it breaks. This is running from a clean nvim installation my config file ```lua...

question

I'm trying to install `helix` from https://github.com/helix-editor/helix/releases but I get no proper matches, I think it could be due to being compressed in `tar.xz` ```bash bin install github.com/helix-editor/helix ``` ```...

Solves #10

Hi there, I'm enjoying croissant so far, the only thing it's bugging me is the history being saved in `$HOME` Following [XDG_BASE_DIR](https://wiki.archlinux.org/title/XDG_Base_Directory) spec, the following directories should be used: ```bash...

From version 0.24, `bat --plain --pager=never ` shows the line numbers (it should not, as I indicated `plain`) `bat --plain ` shows the plain format, with pager `bat --pager=never `...

bug

## Reporting a bug 🐛 I know this has been discussed (#839) and fixed, but I cannot perform a first installation of get-deb because of this error. ### Expected behavior...

Taskwarrior installs fish completions in ``` /usr/share/fish/completions ``` As stated in https://fishshell.com/docs/current/completions.html > A directory for third-party software vendors to ship their own completions for their software, usually /usr/share/fish/vendor_completions.d; Thus,...

How does this `fish` plugin compares to `zoxide`?

Fixes #266 I had to consume the generated list to be able to sort it and print it afterwards.