Chris Grieser
Chris Grieser
To remove the border from the backdrop, you can use this small workaround until folke returns: ```lua vim.api.nvim_create_autocmd("FileType", { desc = "User: fix backdrop for lazy window", pattern = "lazy_backdrop",...
I also support this. There are two projects I know of that add annotations (both by folke, actually) 1. [neodev.nvim](https://github.com/folke/neodev.nvim) (Adds annotations for nvim) 2. [Emmylua.spoon](https://www.hammerspoon.org/Spoons/EmmyLua.html) (Adds annotations for Hammerspoon)...
Hmm, I tried various repos I could find for `wezterm-types`, and all of them are incomplete and/or outdated. The most complete one is `justinsgithub/wezterm-types`, though it is still lacking. Due...
> Open the Spotify client and select "Example Speaker" as the output device Tried to follow the instructions, but hit a roadblock with this step. Neither in the spotify web...
Unfortunately, this is a Windows-specific issue, and I haven't touched a Windows device in decades, so I actually do not know how it works there. (Or if it is even...
Well, I am on macOS, where this buttons are not customizable but already look correct by itself. So the problem is the same, I don't have a Windows or Linux...
@meet-v I added the code to the theme, so this should be fixed now. btw: the "all code one line" thing is called [minification](https://en.wikipedia.org/wiki/Minification_(programming)), it's commonly done to reduce file...
> That being said, you might want to add :is(.mod-windows, .mod-linux) though considering that this appears in both cases, though! Ah good point, forgot about Linux, thanks. > On btw...
Comment for the bot