AutoYADM commit: 2025-01-15 21:30:05
This commit is contained in:
parent
795e5f2f05
commit
781bc626d2
1 changed files with 4 additions and 2 deletions
|
@ -37,7 +37,9 @@ require("lazy").setup({
|
||||||
-- dependencies = { "nvim-tree/nvim-web-devicons" },
|
-- dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
-- or if using mini.icons/mini.nvim
|
-- or if using mini.icons/mini.nvim
|
||||||
dependencies = { "echasnovski/mini.icons" },
|
dependencies = { "echasnovski/mini.icons" },
|
||||||
opts = {},
|
opts = {
|
||||||
|
fzf_colors = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
-- {
|
-- {
|
||||||
-- "NeogitOrg/neogit",
|
-- "NeogitOrg/neogit",
|
||||||
|
@ -53,7 +55,7 @@ require("lazy").setup({
|
||||||
},
|
},
|
||||||
-- 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.
|
||||||
install = { colorscheme = { "habamax" } },
|
install = { colorscheme = { "ashen" } },
|
||||||
-- automatically check for plugin updates
|
-- automatically check for plugin updates
|
||||||
checker = { enabled = true },
|
checker = { enabled = true },
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue