aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-28 00:22:44 +0800
committerjdhao <jdhao@hotmail.com>2021-10-28 00:22:44 +0800
commit0aa98524d3ee6898889bc0f956d5fc238807803f (patch)
treecfc2f70415b2e323d8a94b03e186f2ebe0a884c7 /lua
parent331a640585d2165e62b92b56cd724510f992745c (diff)
add cmp-cmdline for consideration
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins.lua1
1 files changed, 1 insertions, 0 deletions
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'}