From 0aa98524d3ee6898889bc0f956d5fc238807803f Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 28 Oct 2021 00:22:44 +0800 Subject: [PATCH] add cmp-cmdline for consideration --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index c506353..60c0ab4 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -40,6 +40,7 @@ require("packer").startup({ use {"hrsh7th/cmp-nvim-lua", after = "nvim-cmp"} use {"hrsh7th/cmp-path", after = "nvim-cmp"} use {"hrsh7th/cmp-buffer", after = "nvim-cmp"} + -- use {"hrsh7th/cmp-cmdline", after = "nvim-cmp"} use {"quangnguyen30192/cmp-nvim-ultisnips", after = {'nvim-cmp', 'ultisnips'}} if vim.g.is_mac then use {"hrsh7th/cmp-emoji", after = 'nvim-cmp'}