Skip to content

Commit 64179b6

Browse files
committed
make nvim-cmp lazy on "InsertEnter"
1 parent 3a2c9a3 commit 64179b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plugins/quarto.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ return {
408408
-- completion
409409
{
410410
"hrsh7th/nvim-cmp",
411-
branch = "main",
411+
event = "InsertEnter",
412412
dependencies = {
413413
{ "hrsh7th/cmp-nvim-lsp" },
414414
{ "hrsh7th/cmp-nvim-lsp-signature-help" },

0 commit comments

Comments
 (0)