Gaspar Vardanyan
Gaspar Vardanyan
I'm on Arch Linux. I have installed mtm both from git and from AUR. mtm seems to work fine in uxterm, but doesn't do anything in st/urxvt. ``` -> [...
The patch url: https://st.suckless.org/patches/autocomplete/ There is a newer version in the git repo: https://gitlab.com/GasparVardanyan/st-autocomplete/-/tree/master/test-releases Please note that this patch is under testing state and sometimes crashes.
When I use ucollage in a plain [st](https://st.suckless.org/) window, it works fine, but when I use ucollage in a st instance embedded in a [tabbed](https://tools.suckless.org/tabbed/) window, ucollage doesn't draw images.
First of all thank you for this cool project. When I pipe output to less, I lose colors. I do something like: ```bash tldr ls | less -ru~ +g ```...
Please update to the last version of the rxvt-unicode. Git mirror for the rxvt-unicode: https://github.com/exg/rxvt-unicode
First of all thanks for this great tool! By default, you use the section 3 for man pages, I don't use cppman with man only because I don't want to...
Hi! You do a great job and seems you're really busy with working on this project, however this seems the best place for advice, I can't find related forums. On...
Hi! First of all thanks for this great project! I want to be able to set make options. For example with cmake.nvim I [set](https://github.com/GasparVardanyan/nvconf/blob/v2/lua/modular/specs/Compiler/cmake-tools_nvim.lua#L25) something like **-j$(nproc)**. Looking at bau/make.lua...
Like [this](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) plugin please can you implement a treesitter textobject for blocks (by the #%% delimiter) so it'll be possible to jump over next/prev blocks? Also the block delimiter highlight...