use GitHub path for cozybox.nvim colorscheme plugin

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Harivansh Rathi 2026-03-29 15:26:00 -04:00
parent 0e6d9a341a
commit be2628e1a6

View file

@ -1,7 +1,6 @@
return {
{
dir = vim.fn.expand "~/Documents/GitHub/cozybox.nvim",
name = "cozybox.nvim",
"harivansh-afk/cozybox.nvim",
lazy = false,
priority = 1000,
config = function() require("theme").setup() end,