This commit is contained in:
asep komarudin 2023-03-03 17:38:43 +07:00
parent 66d35baa96
commit 7f02b38730
6 changed files with 16 additions and 54 deletions

View file

@ -8,14 +8,6 @@ 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")

View file

@ -1,34 +1,4 @@
return {
-- {
-- "hrsh7th/cmp-cmdline",
-- event = "BufWinEnter",
-- config = function()
-- local cmp = require("cmp")
-- -- for cmd line
-- cmp.setup.cmdline("/", {
-- mapping = cmp.mapping.preset.cmdline(),
-- sources = {
-- { name = "buffer" },
-- },
-- })
--
-- -- -- `:` cmdline setup.
-- cmp.setup.cmdline(":", {
-- mapping = cmp.mapping.preset.cmdline(),
-- sources = cmp.config.sources({
-- { name = "path" },
-- }, {
-- {
-- name = "cmdline",
-- option = {
-- ignore_cmds = { "man", "!" },
-- },
-- },
-- }),
-- })
-- end,
-- },
-- for auto complate commond mode
{
"gelguy/wilder.nvim",

View file

@ -368,11 +368,4 @@ return {
end,
},
-- for loading info
{
"j-hui/fidget.nvim",
event = "BufRead",
config = function()
require("fidget").setup()
end,
},
}

View file

@ -87,4 +87,11 @@ return {
require("user.telescope")
end,
},
{
"j-hui/fidget.nvim",
event = "BufRead",
config = function()
require("fidget").setup()
end,
},
}