Add cmp#ready autocmd

This commit is contained in:
hrsh7th
2021-09-23 22:58:36 +09:00
parent d9a82c7616
commit 7c97261b82
2 changed files with 9 additions and 0 deletions

View File

@@ -392,6 +392,13 @@ Commands
Show the source statuses
Autocmds
====================
#### `cmp#ready`
Invoke after nvim-cmp setup.
Programatic API
====================

View File

@@ -30,3 +30,5 @@ end)
vim.cmd [[command! CmpStatus lua require('cmp').status()]]
vim.cmd [[doautocmd <nomodeline> User cmp#ready]]