-
I tried to include this into vim (other than neovim), it does not work. Is it doable or any work around that allow me to use this plug in vim? Thank you very much!
-
I am using the suckless terminal (st-0.9) patched with boxdraw patch, and the braille fonts displayed looks ugly.
![image](https://user-images.githubusercontent.com/104089963/221391612-48aa8594-1c7…
-
Hi guys stance on removing the custom dir and the userconfig stuff? I know this might be a huge breaking change but nvchad was initially designed to be used as a base config only and a base config mus…
-
https://user-images.githubusercontent.com/47938004/231495404-3cb1bd95-e2f5-4185-8266-cd04bd9ec48e.mp4
I'm curious about this bug, is it sourced from ytfzf or from ueberzugpp, ueberzug preview thu…
-
I have set shell in config.def.h,
`static char *shell = "/bin/fish";`
or
`static char *shell = "/usr/bin/fish";`
or
`static char *shell = "/sbin/fish";`
Delete config.h and compile the install…
-
with this `patches.h`:
```c
#define ALPHA_PATCH 1
#define BACKGROUND_IMAGE_PATCH 0
#define BLINKING_CURSOR_PATCH 1
#define BOLD_IS_NOT_BRIGHT_PATCH 1
#define BOXDRAW_PATCH 1
#define CLIPBOARD_P…
-
Would it be possible to add the glyphs "▏" and "▎" to the boxdraw patch? I use them for git signs and indentlines in my nvim config and having these drawn as long lines would be awesome.
By the way…
-
Im in ArchLinux with awesomewm
after making sudo make clean install i get and error
`sudo make clean install
[sudo] contraseña para gerard:
rm -f st config.h st.o x.o boxdraw.o hb.o st-0.8.4.t…
-
## Motivation
I'm trying to implement a "bounding box search" feature: the user can click+drag a box over the map to find results within that box.
[Conveniently, Mapbox GL JS already has a f…
-
It looks very nice when box drawing graphical characters get special treatment and are always drawn aligned to pixel grid (instead of using font default anti-aliased glyphs) - e.g. always having sharp…