fixed lazy

This commit is contained in:
Bryan Ramos 2026-05-02 00:54:09 -04:00
parent ef4972deb9
commit 87403b7d6f
6 changed files with 96 additions and 27 deletions

View file

@ -1,9 +1,8 @@
return {
{
"https://codeberg.org/juanmilkah/anticuus.nvim",
name = "anticuus",
dir = vim.fn.stdpath("config"),
name = "local-colorscheme",
lazy = false,
priority = 1000,
config = function()
local color_group = vim.api.nvim_create_augroup("config_colorscheme", { clear = true })