#Got my debugger setup
1 messages ยท Page 1 of 1 (latest)
btw, what colour scheme is that
also is that neovim?
how do you have it set up like that
yep
decayce
mind teaching me how to get neovim like that?
ayy thanks
ah yeah, i've noticed your website's been down for a while innit
good thing i have a copy of the zfs luks systemd install guide
that one's really good
:P yea i needed to get my server redone
do you host it on a machine you own or do you use a vps btw?
Host on my own machine normally
Though i'm about to pay for a vps
To proxy the traffic with wireguard
For the irc stuff i run it through tor
neptune ~ # cat /etc/tor/torrc
User tor
PIDFile /run/tor/tor.pid
Log notice syslog
DataDirectory /var/lib/tor/data
# torrc entry for libera.chat onion service
MapAddress palladium.libera.chat libera75jm6of4wxpxt4aynol3xjmbtxgfyjpu34ss4d7r7q2v5zrpyd.onion
neptune ~ # cat /usr/lib/systemd/system/znc.service
[Unit]
Description=ZNC, an advanced IRC bouncer
After=network.target
[Service]
ExecStart=/usr/bin/proxychains /usr/bin/znc -f --datadir=/var/lib/znc
User=znc
[Install]
WantedBy=multi-user.target
ahh i see, i use tor on weechat too
but ive never thought of doing that
huh looks like dark-decay to me ๐
ya thats the name of the github :P
the name of the github is decaycs
also about clangd you mean the "magenta" color being the problem here?
or in general the theme not looking very well
That's not only happening with clangd..
it happens with any lsp
lua,python etc
not sure why
Helix looks differently since I made the theme, but making a neovim theme is dark magic to me
heh
Hey cow really looking forward to em dotfiles. Looking beautiful btw
I can try and find it, I use emacs now
Haha, that was quite a change. Why'd you move over?
one of us!
do you use something like doom emacs/spacemacs or do you have your own vanilla config?