Lopy
Lopy
Add multiple sources, for example: * [carbon.now](https://carbon.now.sh/)(already implemented) * [ray.so](https://ray.so/)
 fidget is trimming the right side of the icon, seems to only render the first character of `text.done` ## Config ```lua require("fidget").setup({ text = { spinner = "arc", done...
description of each field is with `%%`, [this](https://github.com/sumneko/vscode-lua/blob/master/package.nls.json) might help
## Issue Description Type: *bug report* ### Describe what happened (or what feature you want) Completion seems to not work  ### Describe what you expected to happen I expect...
Hello, nice module! I'd like to chain animations in a clean way. I think might there 2 ways: **1.** ```lua dou local styles1, api1 = ... local styles2, api2 =...
I set `enabled` to `false` on `MouseEnter` event and `true` on `MouseLeave` event. When I hover, it plays the 1.3 scale animation and then prints "finished", all good but the...
when I use `h` key I get this  and `j` key directly does nothing(not moving the cursor)
**Requirements** - [x] I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my request and found nothing related and/or helpful - [x] I have searched the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) for help - [x] I have...
Let's say I have 2 files in a split: ```lua -- foo/init.luau require(script.bar).baz() ``` ```lua -- foo/bar.luau return { baz = function() end, } ``` * comment `foo/bar.luau:3` * an...