Results 49 issues of Jaehwang Jung

### Steps to reproduce Run vim as follows ``` vim --clean -S

bug

While implementing pretty printer in vscoq.nvim (), I noticed that ppstrings for terms that contain notations have some issues with breaks. The following is tested with coq vesion 8.19.2, vscoq-language-server...

bug

vscoqtop crashes when user checks the first sentence of a document, edits it, and step forward. The following is tested with coq vesion 8.19.2, vscoq-language-server 2.2.1, default settings, with both...

bug

1. In vim-fern directory, run nvim (0.10.2) as follows: ``` nvim --clean --cmd 'set rtp^=.' -c 'Fern .' ``` 2. Move the cursor to README.md, and `` on it. 3....

bug

### Problem When a buffer is reloaded due to e.g., changes outside nvim, * `BufRead` autocmd is executed first, https://github.com/neovim/neovim/blob/6ef5dd5266822960d254b8acd5ab0934cc2b117e/src/nvim/fileio.c#L3146 * and then the `on_reload` callback is invoked https://github.com/neovim/neovim/blob/6ef5dd5266822960d254b8acd5ab0934cc2b117e/src/nvim/fileio.c#L3170 This...

treesitter
events

### Neovim version (nvim -v) 0.10.4 and nightly ### Operating system/version ubuntu 22.04 ### Output of :AerialInfo ``` Aerial Info ----------- Filetype: markdown Configured backends: treesitter (supported) (attached) lsp (not...

bug
P2

### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...

bug