mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
update
This commit is contained in:
parent
66d35baa96
commit
7f02b38730
6 changed files with 16 additions and 54 deletions
|
@ -22,9 +22,9 @@
|
|||
"live-server": { "branch": "main", "commit": "ecd7c1418823b65dd2bca710587c80afe42c973e" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "e99d733e0213ceb8f548ae6551b04ae32e590c80" },
|
||||
"lunar.nvim": { "branch": "master", "commit": "29eedf78c430ad9acebdcba814d77619edbe2bac" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "08d074cd0c4d40e5b6033a67246f46072ecfe38e" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "e4badf7984f7a5f0ac7dc10657dbedbd99a82f94" },
|
||||
"mason-null-ls.nvim": { "branch": "main", "commit": "29ce60f9a16fef3de682a9365ef635f24ae92bf9" },
|
||||
"mason.nvim": { "branch": "main", "commit": "9d2e3c923ede9f5519a7ae2f82b4688cc8b1c9e9" },
|
||||
"mason.nvim": { "branch": "main", "commit": "7175340eee0b1b4a86b38794d8c21fdcfa01376b" },
|
||||
"mini.animate": { "branch": "main", "commit": "b0c717ed5513b5f23e7c48615449c7dc9fabd05b" },
|
||||
"mini.indentscope": { "branch": "main", "commit": "ff1e68b5c01426f9dfff3278dd1b10c9b5f000a1" },
|
||||
"neoscroll.nvim": { "branch": "master", "commit": "d7601c26c8a183fa8994ed339e70c2d841253e93" },
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
@ -607,11 +607,11 @@ return {
|
|||
-- require("telescope").load_extension("laravel")
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
"j-hui/fidget.nvim",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("fidget").setup()
|
||||
end,
|
||||
},
|
||||
-- {
|
||||
-- "j-hui/fidget.nvim",
|
||||
-- event = "VeryLazy",
|
||||
-- config = function()
|
||||
-- require("fidget").setup()
|
||||
-- end,
|
||||
-- },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue