mirror of
https://github.com/gabehf/base46.git
synced 2026-03-14 17:55:57 -07:00
update theme path
This commit is contained in:
parent
c7be8722d1
commit
d534b3492e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue