Shihua Zeng

Results 30 issues of Shihua Zeng

Currently cmp-cmdline does not check if the current cmdline content is valid for completion before calling `vim.fn.getcompletion()`, which can leads to errors, especially when there are unfinished regex patterns in...

### Description Say I have an abbreviation `vim.keymap.set('!a', 'flase', 'false')` and I have the following rule set for autopairs: ```lua -- Add spaces between parenthesis Rule(' ', ' ') :with_pair(function(opts)...

bug

### 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

### 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

**Describe the bug** I noticed that the font size is too large in neovide compared to other neovim GUIs given the same config of `guifont` **To Reproduce** Steps to reproduce...

bug
documentation

### Describe the feature Can we add a `PackerRollBackDone` autocmd? Currently there is no feedback for users to indicate if a rollback is done. With this autocmd users can print...

enhancement

## Description Sometimes when I try to use `gd` to open a floating window for hunk diff in neovim, the following error occurs: ``` Error detected while processing function 66_callback_nvim_exit[1]..66_handle_diff[32]..66...

### Steps to reproduce 1. `vim --clean` 2. `:setlocal cmdheight=2` 3. `:setglobal cmdheight?` --> output: `2` ### Expected behaviour Global value of `cmdheight` should not be affected by `:setlocal cmdheight=2`,...

bug

### Steps to reproduce I want to use `` to insert contents of a register in terminal mode. 1. `vim --clean` 2. `:tnoremap (&twk ? &twk : '') . '"'...

bug

Hi, thanks for your great work on this plugin! I noticed a bug: when I move from a long line with cursor at, say, column 10, to a shorter line...