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'}