Change cmp#ready to CmpReady and document autocmds better (#669)
This commit is contained in:
@@ -126,7 +126,7 @@ end
|
||||
|
||||
vim.cmd [[command! CmpStatus lua require('cmp').status()]]
|
||||
|
||||
vim.cmd [[doautocmd <nomodeline> User cmp#ready]]
|
||||
vim.cmd [[doautocmd <nomodeline> User CmpReady]]
|
||||
|
||||
if vim.on_key then
|
||||
vim.on_key(function(keys)
|
||||
|
||||
Reference in New Issue
Block a user