Martin Roa Villescas

Results 10 comments of Martin Roa Villescas

The file should be named `icons` and it should be located inside one of these directories: | OS | system-wide | user-specific | |---------|-------------------------|----------------------------------| | Unix | /etc/lf/ | ~/.config/lf/...

If I run the script, change focus to a text editor and press `Pause/Break` three times, I see the same behavior described above.

I finally manged to compile it. Adding the `-O2` option to the CFLAGS did the trick: ``` # compiler flags using during compilation of source files CFLAGS = -g -O2...

I'm also having problems with Tmux 3.2. Neovim does not get restored but Vim does.

Could you include a reference to the PR?

I was having the same issue. My problem was that the receiver module had the API mode disabled. Solved it by enabling it.

Yes, like this: `BenchmarkCI.judge(baseline = "origin/main")'`

Hi @abelsiqueira. I've been using Jill for a few years now, both on my local machine and on several servers I work with. I've never encountered any problems with it....

👋 @lmburns. Any idea if the above is possible to do?

> In the `~/.vim/plugged/goyo.vim/autoload/goyo.vim` delete `'StatusLine'` in line 110 and add this line of code outside the for loop (between line 121 and 122) > > `call s:set_color('StatusLine', 'bg', 'NONE')`...