This commit is contained in:
asep komarudin 2023-02-11 13:54:38 +07:00
parent 7061b78fd4
commit e7d333ba03
2 changed files with 11 additions and 3 deletions

View file

@ -8,6 +8,14 @@ return {
"hrsh7th/cmp-path",
"saadparwaiz1/cmp_luasnip",
"hrsh7th/cmp-nvim-lua",
-- {
-- "hrsh7th/cmp-cmdline",
-- --event = "BufWinEnter",
-- event = "VeryLazy",
-- config = function()
-- require("user.cmdline")
-- end,
-- },
},
opts = function()
local cmp = require("cmp")