RFC: CmpStatus command (#210)

* Add `CmpStatus` command

* Update headings

* Fix heading

* Update headings

* Add README.md

* Fix tests

* Force invoke InsertEnter
This commit is contained in:
hrsh7th
2021-09-17 13:29:28 +09:00
committed by GitHub
parent 620eea94d3
commit b47a703a48
5 changed files with 79 additions and 3 deletions

View File

@@ -17,3 +17,5 @@ vim.cmd [[
vim.cmd [[inoremap <silent> <Plug>(cmp-autoindent) <C-o>:normal!==<CR>]]
vim.cmd [[command! CmpStatus lua require('cmp').status()]]