Window size and number of insert mode completions in Neovim
- Dominant language
- Vim Script
- Stars
- 10.3k
- Forks
- 608
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 2
Description
- Category
- [ ] Question
- [ ] Bug
- [X] Suggestion
- OS
- [X] Linux
- [ ] Mac OS X
- [ ] Windows
- [ ] Etc.
- Vim
- [ ] Vim
- [X] Neovim
In small terminal windows insert mode completions show very few lines. For example, a terminal window having 12 lines will only show 2 completions while showing 5 lines of the edited file. In this case I would prefer to see just the current line of the edited file and 6 lines of completions. 6 instead of 2 completions make it easier to select one, especially when using `ctrl-n/p`.
Even using the whole window as in Vim would be preferable to me but this seems to only work for `:FZF` but not for functions like `fzf-complete-path`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.