Saltaformajo
Saltaformajo
I'm sure this change is for good! I see no hangs since that. Maybe it's early to close the issue, need to test some more, but I believe you should...
I saw this bug again - 2 times in last 4 days :-( today's journals: ``` Nov 16 18:19:48 crab coffebar[540992]: Hyprland exit Nov 16 18:19:49 crab Thunar[177542]: Lost connection...
Connected via ssh for `bt -full`: ``` Attaching to process 1044 [New LWP 1077] [New LWP 1090] [New LWP 1091] [New LWP 1092] [New LWP 1093] [New LWP 1094] [New...
> [patch.txt](https://github.com/hyprwm/Hyprland/files/13429314/patch.txt) > > try Didn't help
I'm using Vite to build front-end and had the same problem. Workaround is to copy and modify plugin file: change closure to named function `momentPreciseRangePlugin` and add line: ``` export...
When colorized text is moved to another line, color moves somewhere. I go to insert mode, then press and get messed up colors:  UPD: this [fork](https://github.com/NvChad/nvim-colorizer.lua) has fixed this...
@D1sturbing Hi, i believe on most systems we can run such command without root privileges and without edition a **sudoers** file `/usr/bin/systemctl poweroff -i` I have this binding in my...
Hi, installation instruction contains priority=100, this option is mutually exclusive with lazy loading. Please don't use `event` and add `lazy = false` if you have enabled lazy by default.
If you open nvim in the project directory (that matches the pattern) its expected behavior is to see an empty buffer or saved session. The only way to see your...
If you want to bypass session loading and open [Dashboard](https://github.com/nvimdev/dashboard-nvim) only, you can create some alias, for example: `alias vd="nvim -c Dashboard -- _"` add this to your .zshrc or...