AutoYADM commit: 2025-01-13 20:20:05

This commit is contained in:
Daniel Fichtinger 2025-01-13 20:20:05 -05:00
parent 236c7de9f3
commit 131b2f2814

View file

@ -24,10 +24,10 @@ vim.g.maplocalleader = ","
-- Setup lazy.nvim -- Setup lazy.nvim
require("lazy").setup({ require("lazy").setup({
spec = { spec = {
"ficcdaf/ashen.nvim", -- "ficcdaf/ashen.nvim",
-- { {
-- dir = "~/dev/plugins/ashen.nvim/", dir = "~/dev/plugins/ashen.nvim/",
-- }, },
}, },
-- 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.