AutoYADM commit: 2025-01-15 21:30:05

This commit is contained in:
Daniel Fichtinger 2025-01-15 21:30:05 -05:00
parent 795e5f2f05
commit 781bc626d2

View file

@ -37,7 +37,9 @@ require("lazy").setup({
-- dependencies = { "nvim-tree/nvim-web-devicons" },
-- or if using mini.icons/mini.nvim
dependencies = { "echasnovski/mini.icons" },
opts = {},
opts = {
fzf_colors = true,
},
},
-- {
-- "NeogitOrg/neogit",
@ -53,7 +55,7 @@ require("lazy").setup({
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "habamax" } },
install = { colorscheme = { "ashen" } },
-- automatically check for plugin updates
checker = { enabled = true },
})