update theme path

v2.5
siduck 4 years ago
parent c7be8722d1
commit d534b3492e

@ -3,7 +3,7 @@
local merge_tb = require("base16").merge_tb local merge_tb = require("base16").merge_tb
local highlights = {} 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 -- push all file names in hl_dir to a table
local hl_files = require("plenary.scandir").scan_dir(hl_dir, {}) local hl_files = require("plenary.scandir").scan_dir(hl_dir, {})

Loading…
Cancel
Save