From 131b2f2814601c457394409b1a7cc96b4775164b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 13 Jan 2025 20:20:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-13 20:20:05 --- .config/nvim-min/init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/nvim-min/init.lua b/.config/nvim-min/init.lua index 51242213..e83ffc75 100644 --- a/.config/nvim-min/init.lua +++ b/.config/nvim-min/init.lua @@ -24,10 +24,10 @@ vim.g.maplocalleader = "," -- Setup lazy.nvim require("lazy").setup({ spec = { - "ficcdaf/ashen.nvim", - -- { - -- dir = "~/dev/plugins/ashen.nvim/", - -- }, + -- "ficcdaf/ashen.nvim", + { + dir = "~/dev/plugins/ashen.nvim/", + }, }, -- Configure any other settings here. See the documentation for more details. -- colorscheme that will be used when installing plugins.