mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 03:08:56 +02:00
update
This commit is contained in:
parent
66d35baa96
commit
7f02b38730
6 changed files with 16 additions and 54 deletions
|
@ -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")
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -368,11 +368,4 @@ return {
|
|||
end,
|
||||
},
|
||||
-- for loading info
|
||||
{
|
||||
"j-hui/fidget.nvim",
|
||||
event = "BufRead",
|
||||
config = function()
|
||||
require("fidget").setup()
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
@ -87,4 +87,11 @@ return {
|
|||
require("user.telescope")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"j-hui/fidget.nvim",
|
||||
event = "BufRead",
|
||||
config = function()
|
||||
require("fidget").setup()
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue