-
### Steps to reproduce
1.
```sh
$ echo test | xz -c > test.md.xz && vim --clean test.md.xz
```
2. Do an action in Vim. Insert some words.
3. Exit Vim
4. Open the file again in Vim then press…
-
fastaction doesn't list code actions that `vim.lsp.buf.code_action` proposes.
Config, in lazy: `{'Chaitanyabsprip/fastaction.nvim'},` in `lua/bindings.lua`:
```
local opts = {noremap = true, sile…
galou updated
5 hours ago
-
#### Requirements
#### Required Info
- [x] I have searched the [issues](https://github.com/ryanoasis/vim-devicons/issues) for my issue and found nothing related and/or helpful
- [x] I h…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I was just perusing the [vim cheat sheet](https://devhints.io/vim) linked in the [Zed docs](…
-
Hi team, do we have any process transform from vim format to parquet yet ?
-
Hi Authors,
Thanks for making the code available, it was super helpful!!
I was trying to understand the FLOPs calculation and came across that you have commented "flops += 9 * L * D * N + 2 * D …
-
### Feature Description
I was trying to make blink work with https://github.com/saecki/crates.nvim using the compat layer. But I couldn't get it to work correctly. I don't get completions for the ver…
-
### Problem
osc52 works for one line only. More than one line means bug (random chinese character etc.)
### Steps to reproduce
nvim --clean -u minimal.lua
write
deed
de
select previous text
press…
-
The following are inconsistencies with the Vim support (I will add more as I come across them). I've also had consistent issues with being unable to "undo" something when using the Vim bindings, whic…
-
### Describe your request
Thanks for making this excellent plugin.
I'm enjoying the Vim Mode very much for navigating my PDFs. It gets me very close to having a totally mouseless workflow on my PD…