mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
7061b78fd4
commit
e7d333ba03
2 changed files with 11 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue