Török Edwin

Results 67 comments of Török Edwin

I've tried creating a (Neo)Vim theme using base16 (https://github.com/RRethy/nvim-base16.git and the styling guides at https://chriskempson.com/projects/base16/). Some of the categories don't quite align well yet: https://gist.github.com/edwintorok/6bd1fc9b7f702d462c11c061c1c53732, and I'm not quite happy...

FWIW I also disable snippets in my config, and that works fine on 4.x. (the reason I disable snippets is that typing `)\n` inserts a copyright statement, when all I...

See also https://github.com/NTBBloodbath/doom-nvim/issues/375#issuecomment-1211938691, I just changed to use the PPA on my Ubuntu and it works fine (the advantage of the PPA over an appimage is that it will get...

https://github.com/edwintorok/doom-nvim/commit/917bb2a21c244a1d121ce0a29607c7b1c1f6ffa0 and https://github.com/edwintorok/doom-nvim/commit/eb8fe3e263e0b69f15a2c17eaa7b8df385892d55 would partially address this. I'll have to repeat the startup time measurements for the 4.x version (the one in the commit message is from 3.x). Do you...

This works on Fedora 36+podman and Ubuntu 22.04+docker now, @connorgmeehan could you test again please and let me know if it works on your system? I didn't make the `:Z`...

Alacritty by default uses a built-in font for box drawing (the advantage is that the built-in one is always self-consistent) https://github.com/alacritty/alacritty/blob/ad3ebba53233fdc61584b341be970a1828d09013/alacritty.yml#L181-L186, try turning that setting off to have it load...

master looks better, but there are still a few failures: https://gist.github.com/edwintorok/566efd059d1b017e2d5441ad1a3f7d97#file-master-lasttest-rerun-log (for full testsuite output run with ctest -j20 . see https://gist.github.com/edwintorok/566efd059d1b017e2d5441ad1a3f7d97) One test seems to be non-deterministic (rerunning it...

uname -a is: `Linux fedora 5.15.11-200.fc35.x86_64 #1 SMP Wed Dec 22 15:41:11 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux` The exit test also sometimes just seems to hang indefinitely (I have...

FWIW to run the testsuite on Fedora I have to copy it somewhere writable, so e.g.: ``` sudo dnf install rr rr-testsuite sudo sysctl -w kernel.perf_event_paranoid=1 mkdir rr & cd...

I pushed a few more docker fixes, including a script that can bootstrap nvim from a fresh dir, and another that just deletes the packer_compiled.lua to make testing changes easier.