AutoYADM commit: 2025-01-15 21:20:06
This commit is contained in:
parent
98108cd248
commit
b30ceaacb1
2 changed files with 18 additions and 12 deletions
|
@ -32,16 +32,24 @@ require("lazy").setup({
|
||||||
dir = "~/dev/plugins/ashen.nvim/",
|
dir = "~/dev/plugins/ashen.nvim/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"NeogitOrg/neogit",
|
"ibhagwan/fzf-lua",
|
||||||
dependencies = {
|
-- optional for icon support
|
||||||
"nvim-lua/plenary.nvim", -- required
|
-- dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
"sindrets/diffview.nvim", -- optional - Diff integration
|
-- or if using mini.icons/mini.nvim
|
||||||
|
dependencies = { "echasnovski/mini.icons" },
|
||||||
-- Only one of these is needed.
|
opts = {},
|
||||||
"ibhagwan/fzf-lua", -- optional
|
|
||||||
},
|
|
||||||
config = true,
|
|
||||||
},
|
},
|
||||||
|
-- {
|
||||||
|
-- "NeogitOrg/neogit",
|
||||||
|
-- dependencies = {
|
||||||
|
-- "nvim-lua/plenary.nvim", -- required
|
||||||
|
-- "sindrets/diffview.nvim", -- optional - Diff integration
|
||||||
|
--
|
||||||
|
-- -- Only one of these is needed.
|
||||||
|
-- "ibhagwan/fzf-lua", -- optional
|
||||||
|
-- },
|
||||||
|
-- config = true,
|
||||||
|
-- },
|
||||||
},
|
},
|
||||||
-- Configure any other settings here. See the documentation for more details.
|
-- Configure any other settings here. See the documentation for more details.
|
||||||
-- colorscheme that will be used when installing plugins.
|
-- colorscheme that will be used when installing plugins.
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
"diffview.nvim": { "branch": "main", "commit": "4516612fe98ff56ae0415a259ff6361a89419b0a" },
|
|
||||||
"fzf-lua": { "branch": "main", "commit": "6f7249741168c0751356e3b6c5c1e3bade833b6b" },
|
"fzf-lua": { "branch": "main", "commit": "6f7249741168c0751356e3b6c5c1e3bade833b6b" },
|
||||||
"lazy.nvim": { "branch": "main", "commit": "d8f26efd456190241afd1b0f5235fe6fdba13d4a" },
|
"lazy.nvim": { "branch": "main", "commit": "d8f26efd456190241afd1b0f5235fe6fdba13d4a" },
|
||||||
"neogit": { "branch": "master", "commit": "a1fc4e50fa494e04097cf2d02e86bcd7ac5760d6" },
|
"mini.icons": { "branch": "main", "commit": "1c79feb7478ca773fa3dac5cadf43ced9180e861" }
|
||||||
"plenary.nvim": { "branch": "master", "commit": "3707cdb1e43f5cea73afb6037e6494e7ce847a66" }
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue