dev (#956)
* Adjust empty line count * Implement vim.api.nvim_create_autocmd (#844) * Implement vim.api.nvim_create_autocmd * Only use vim.api.nvim_create_autocmd on nighly * Cleanup * cleanup * Rename autos.lua to autocmds.lua * Fix forgot to rename autos to autocmds * Remove legacy autocmd * Add descriptions on autocmds * Update descriptions on autocmds * Update CmpStatus command to lua API (#922) Signed-off-by: Micah Halter <micah@balena.io> * Move highlights to nvim_set_hl lua API (#925) Signed-off-by: Micah Halter <micah@balena.io> * Add default to highlight * Refactor autocmds * fmt * Improve performance * Fix bug * Improve matching logic Fixes https://github.com/hrsh7th/nvim-cmp/discussions/954 * Fix format * Improve performance Fix #825 * Fix cmdline redraw bug * Fix event Co-authored-by: hrsh7th <> Co-authored-by: zer09 <zer09@users.noreply.github.com> Co-authored-by: Micah Halter <micah@mehalter.com>
This commit is contained in:
@@ -24,7 +24,6 @@ Concept
|
||||
- No flicker
|
||||
|
||||
|
||||
|
||||
Setup
|
||||
====================
|
||||
|
||||
@@ -134,15 +133,14 @@ EOF
|
||||
```
|
||||
|
||||
|
||||
|
||||
### Where can I find more completion sources?
|
||||
|
||||
- See the [Wiki](https://github.com/hrsh7th/nvim-cmp/wiki/List-of-sources)
|
||||
- See the [GitHub topic](https://github.com/topics/nvim-cmp).
|
||||
|
||||
|
||||
|
||||
### Where can I find advanced configuration examples?
|
||||
|
||||
See the [Wiki](https://github.com/hrsh7th/nvim-cmp/wiki)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user