This commit is contained in:
Zhuoyun Wei
2022-06-23 20:36:04 -07:00
committed by GitHub
parent 8cab788976
commit 1cad1815e1

View File

@@ -772,7 +772,7 @@ How to use nvim-cmp as omnifunc?~
...
}
<
Then you will need to nvoke completion manually.
Then you will need to invoke completion manually.
>
inoremap <C-x><C-o> <Cmd>lua require('cmp').complete()<CR>
<