From 781bc626d20153db38acf79914009755fb3aa39f Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 15 Jan 2025 21:30:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-15 21:30:05 --- .config/nvim-min/init.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/nvim-min/init.lua b/.config/nvim-min/init.lua index a4e0faec..f82bde5f 100644 --- a/.config/nvim-min/init.lua +++ b/.config/nvim-min/init.lua @@ -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 }, })