Yan

Results 4 issues of Yan

I use lazy.nvim to install the plugin, the setup is ```lua { "ekickx/clipboard-image.nvim", opts = { -- Default configuration for all filetype default = { img_dir = { "%:p:h", "img"...

### Describe the error For code in [quick start](https://3b1b.github.io/manim/getting_started/quickstart.html): ``` from manimlib import * class SquareToCircle(Scene): def construct(self): circle = Circle() circle.set_fill(BLUE, opacity=0.5) circle.set_stroke(BLUE_E, width=4) square = Square() self.play(ShowCreation(square)) self.wait()...

I just use which-key to show key maps, but I don't know how to add a description to a keymap. Is there any interface or mathods? Thanks

**Describe the bug** When running `:JupyniumStartAndAttachToServerInTerminal` it outputs ``` jupynium.pynvim_helpers: 18 - INFO - nvim addr: /run/user/1000/nvim.18427.0 jupynium.pynvim_helpers: 37 - INFO - nvim attached jupynium.pynvim_helpers: 41 - INFO - Initialising.....

bug