Antoine

Results 11 issues of Antoine

### Explain the issue The startup time of vim-matchup is 10ms: ``` 117.882 011.245 009.383: sourcing /home/antoine/dotfiles/.vim/plugins/vim-matchup/plugin/matchup.vim ``` 1. What vim version are you using? ```latest nvim 0.5 dev``` 2....

bug

@fdschmidt93 this is what we talked about in https://github.com/nvim-telescope/telescope.nvim/issues/1978 In short: it copies the lines of the preview in a scratch buffer. I decided not to go with the `keep_last_buf`...

### Description When a finder takes multiple seconds to generate all the entries, there are 2 issues: 1. the screen refresh is frozen unless we move the cursor (up/down arrow)...

bug
performance

**Is your feature request related to a problem? Please describe.** `git_commits`: - reorders the entries when filtering them - does not allow to open the preview/commit - is lacking critical...

enhancement

Hi Vitor, I just added this vim plugin: https://github.com/antoinemadec/vim-verilog-instance This creates SystemVerilog port instantiation from port declaration. It is saving me a lot of time when I code in Verilog....

:warning: **we only talk about ```CursorHold``` here, but the same bug also applies for ```CursorHoldI```** :warning: - `nvim --version`: ``` NVIM v0.5.0-575-g225f0bcd9 Build type: Release LuaJIT 2.1.0-beta3 Compilation: /usr/bin/cc -O2...

bug
compatibility
status:has-workaround
event-loop
events

This would fix problems like this: https://github.com/nvim-treesitter/nvim-treesitter-context/issues/72 For info, this else_clause already exists in treesitter's JS, Python and Rust parser (did not check other languages). E.g.: ```c if (true) {...

### Neovim version (nvim -v) NVIM v0.6.0-dev+561-g03b805aee ### Vim (not Nvim) behaves the same? Cannot tell as the plugin I am using does not support vim ### Operating system/version Manjaro...

vimscript
status:has-vim-patch
bug-vim
status:has-repro
status:has-backtrace
bug-crash

Here is a simple commit to be able to easily differentiate Lightline's middle section from the left and right in Insert, Replace and Terminal mode. As well as a quick...

I've been using your plugin in VSCode and I like a lot! I was wondering if it would be doable to port it to **coc.nvim**? **coc.nvim** supports LSP servers: https://github.com/neoclide/coc.nvim/wiki/Language-servers...