Samuel Born
Samuel Born
## Issue Summary The circular line which makes the timer in the tray has, _I assume_, a fixed width. That's why the circle looks much too thin on devices with...
** My report I am using my MX Master 3s (bluetooth connected, not thunderbolt) on my Dell XPS 15 7590. The autoload works fine if I connect to the mouse...
**Describe the bug** When using the @comment.inner text object, nothing gets selected. @comment.outer works fine. **To Reproduce** 1. Add this to your treesitter config. ``` textobjects = { select =...
## System Information: - **ddcutil Version:** 2.1.2 - **Processor:** Intel® Core™ i5-4690K × 4 - **Graphics:** NVIDIA GeForce GTX 970 - **Firmware Version:** 2405 - **OS Name:** Fedora Linux 40...
Thank you for maintaining this awesome project! I would love to have the ability to `rename` variables with the LSP. If there is no time to implement it I understand...
### Description I often do long searches (for example a live grep in a large project). Even with fzf-native enabled the search can take several seconds to complete. Often times...
I would like to have a terminal that always uses 40% of the available space. I have the following config: ```lua require("toggleterm").setup({ direction = "vertical", size = function() return vim.o.columns...
### Feature Description Citation from default config: > -- 'preselect' will automatically select the first item in the completion list > > -- 'auto_insert' will not select any item by...
### Did you check docs and existing issues? - [x] I have read all the snacks.nvim docs - [x] I have updated the plugin to the latest version before submitting...