From eb2ff1efdf31180c3dbeabb928dcf028ff8b33f9 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Mon, 17 Aug 2026 22:18:48 +0530 Subject: Matugen colorscheme --- colors/matugen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colors/matugen.lua') diff --git a/colors/matugen.lua b/colors/matugen.lua index 73493a1..85b5dc2 100644 --- a/colors/matugen.lua +++ b/colors/matugen.lua @@ -13,7 +13,7 @@ if config_home == nil or #config_home == 0 then config_home = vim.fs.joinpath(vim.env.HOME, ".config") end -local colors_file_path = vim.fs.joinpath(config_home, "beestuff", "nvim-colors.json") +local colors_file_path = vim.fs.joinpath(config_home, "neovim", "nvim-colors.json") local colors_file = io.open(colors_file_path, "r") if colors_file == nil then vim.notify( -- cgit v1.3.1