Browse Source

feat: support 'hrsh7th/cmp-cmdline' by default (#3545)

Hamothy 2 years ago
parent
commit
9239a25fa7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lua/lvim/core/cmp.lua

+ 1 - 0
lua/lvim/core/cmp.lua

@@ -341,6 +341,7 @@ M.config = function()
           type = ":",
           sources = {
             { name = "path" },
+            { name = "cmdline" },
           },
         },
         {