From d534b3492e4fd21b399619c99657ac4e10b52e97 Mon Sep 17 00:00:00 2001 From: siduck Date: Tue, 3 May 2022 12:17:21 +0530 Subject: [PATCH] update theme path --- lua/chadlights.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/chadlights.lua b/lua/chadlights.lua index e9459df..7e7e733 100644 --- a/lua/chadlights.lua +++ b/lua/chadlights.lua @@ -3,7 +3,7 @@ local merge_tb = require("base16").merge_tb local highlights = {} -local hl_dir = vim.fn.stdpath "data" .. "/site/pack/packer/opt/nvim-base16.lua/lua/integrations" +local hl_dir = vim.fn.stdpath "data" .. "/site/pack/packer/opt/base46/lua/integrations" -- push all file names in hl_dir to a table local hl_files = require("plenary.scandir").scan_dir(hl_dir, {})