Tomas Sandven
Tomas Sandven
It would be great if there was another selector that only folds *inside* the matched block. For example, the Rust parser parses everything from `{` to `}` in a function...
@theHamsta I guess it's mostly because I prefer the way it looks. Also, folds in Vim have a tendency to break while editing. This just looks like a broken fold...
Is this still on the roadmap? I have set up my vim config to automatically set `background=light` or `background=dark` based on the time of day. Nord is by far my...
> How've you done the switch on dark or light? Is it done on startup of vim? Ok I lied a little bit :stuck_out_tongue: I have a script that runs...
@PhilT I have now implemented automatic theme switching in neovim using neovim-remote. This is part of my light/dark mode script: ```bash # Change the theme of running neovim instances using...
And as usual, I finally figured it out myself right after posting the question: ```python from flask import make_response def handler(name): if not VIDEO_PATH.joinpath(name).exists(): return make_response("", 404) # ... ```...
What's the status on this? I still have to manually restart polybar every time I log on my VPN, which kind of defeats the purpose of having the module at...
I have gnome-keyring, xdg-desktop-portal and xdg-desktop-portal-wlr, and I use them all actively. I can't just uninstall them :confused: This is a huge pain in the ass, because since the tray...
@cst152 Are you sure? Have you rebooted and started everything from scratch to verify? I don't even have thunar installed :slightly_frowning_face:
I second this. It would be great if all icons were wrapped in `...` by default. That way we could explicitly set which font to use for an icon and...