Rafael Bodill

Results 122 comments of Rafael Bodill

@zaach please tag 1.6.3 release in GitHub. 🙏

Definitely the desired approach. Can we start with something "simple", like a list of buffer names to ignore? (Regexp patterns) ``` viml let g:xolox#session#ignore_window_patterns = [ '^\[unite\]', '^vimfiler\:' ] ```

@xolox I've used the trick of yours with commenting out line patterns, it works for Vimfiler, but not for Unite. I'll try the other way around -- closing all Unite...

I solved it on the other end. Patched up a unite-(menu)-source to manage the sessions and changed the `action_table.save.is_quit: 1` to close the unite win and added these lines to...

Hi, my screenshot is different because I'm using https://github.com/lukas-reineke/headlines.nvim via https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/plugins/extras/lang/markdown.lua#L65-L90 Regarding datamuse, you can view the JSON responses at https://github.com/rafi/telescope-thesaurus.nvim/tree/master/lua/tests/fixtures/provider - as you'll see, datamuse doesn't provide rich information.

+1 please support Semantic Versioning: http://semver.org

@kudumi try: ``` ./autogen.sh ./configure --prefix=/usr --enable-gmodule --with-standard-modules=all sudo make install ```

Have you created a config file at `~/.mpdcron/mpdcron.conf`?

Same here. Bummer :cry:

This is awesome. Works great on Debian 10+glibc 2.28 and Ubuntu 24.04+glibc 2.39, most useful! ([ref](https://github.com/rafi/awesome-cli-binaries/blob/master/Dockerfile#L107))