update:code shift

This commit is contained in:
2026-04-13 22:16:08 +09:00
parent 429b561ff4
commit 2bd4cc0098
7 changed files with 98 additions and 72 deletions

View File

@@ -30,7 +30,7 @@ local function apply_theme_overrides()
end
function M.setup()
pack.add({ "catppuccin", "nvim-web-devicons" })
pack.add({ "catppuccin" })
local theme_group = vim.api.nvim_create_augroup("UserThemeTweaks", { clear = true })
vim.api.nvim_create_autocmd("ColorScheme", {