enhance(nvim): Lazy load completion when entering insert mode

This commit is contained in:
Ahmad Ansori Palembani 2024-04-18 12:23:51 +07:00
parent 769816a507
commit 4313d77fe7
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -26,6 +26,7 @@ return {
},
{
"hrsh7th/nvim-cmp",
event = "InsertEnter",
dependencies = {
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",