AutoYADM commit: 2025-01-18 01:00:03

This commit is contained in:
Daniel Fichtinger 2025-01-18 01:00:03 -05:00
parent 986a548ae9
commit a2d80d0ec7
4 changed files with 6 additions and 5 deletions

View file

@ -32,8 +32,8 @@ require("lazy").setup({
dir = "~/dev/plugins/ashen.nvim/", dir = "~/dev/plugins/ashen.nvim/",
opts = { opts = {
plugins = { plugins = {
autoload = false, autoload = true,
override = { "fzflua" }, -- override = { "fzflua", "fzf" },
}, },
}, },
}, },

View file

@ -1,5 +1,5 @@
{ {
"fzf-lua": { "branch": "main", "commit": "6f7249741168c0751356e3b6c5c1e3bade833b6b" }, "fzf-lua": { "branch": "main", "commit": "fbe21aeb147b3dc8b188b5753a8e288ecedcee5e" },
"lazy.nvim": { "branch": "main", "commit": "d8f26efd456190241afd1b0f5235fe6fdba13d4a" }, "lazy.nvim": { "branch": "main", "commit": "d8f26efd456190241afd1b0f5235fe6fdba13d4a" },
"mini.icons": { "branch": "main", "commit": "1c79feb7478ca773fa3dac5cadf43ced9180e861" } "mini.icons": { "branch": "main", "commit": "910db5df9724d65371182948f921fce23c2c881e" }
} }

View file

@ -23,6 +23,7 @@ return {
}, },
force_override = { force_override = {
DiagnosticUnnecessary = {}, DiagnosticUnnecessary = {},
NonText = { "#FFFFFF" },
}, },
merge_override = { merge_override = {
-- Normal = { nil, "#000000" }, -- Normal = { nil, "#000000" },

View file

@ -1,6 +1,6 @@
return { return {
"ibhagwan/fzf-lua", "ibhagwan/fzf-lua",
opts = { opts = {
-- fzf_colors = false, -- fzf_colors = true,
}, },
} }