nvim-peekup icon indicating copy to clipboard operation
nvim-peekup copied to clipboard

👀 dynamically interact with vim registers

Results 2 nvim-peekup issues
Sort by recently updated
recently updated
newest added

Hi, I hope someone is still maintaining this plugin. I found that `nvim-peekup` would conflict with `nvim-notify`, as shown below: ![iShot_2022-08-02_23 29 02](https://user-images.githubusercontent.com/62466929/182485403-98989f5e-5896-45ea-9166-c68c140d4171.jpg) Because `nvim-notify` will create a popup window,...

Instead of outputting newlines like: ``` a: {⏎ "apple": "noun",⏎ "of": "preposition",⏎ "my": "adjective",⏎ "eye": "noun",⏎}⏎ ``` it might be nice to see something like: ``` a: { "apple": "noun",...