mirror of
https://github.com/gabehf/base46.git
synced 2026-03-08 23:18:15 -07:00
add secondary path for highlight files
This commit is contained in:
parent
c2e03c1544
commit
6cbf74899c
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ end
|
|||
|
||||
M.compile = function()
|
||||
-- All integration modules, each file returns a table
|
||||
local hl_files = vim.fn.stdpath "data" .. "/lazy/base46/lua/base46/integrations"
|
||||
local hl_files = vim.g.base46_custom_path or vim.fn.stdpath "data" .. "/lazy/base46/lua/base46/integrations"
|
||||
|
||||
for _, file in ipairs(vim.fn.readdir(hl_files)) do
|
||||
local filename = vim.fn.fnamemodify(file, ":r")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue