mirror of
https://github.com/gabehf/base46.git
synced 2026-03-08 23:18:15 -07:00
update plugin path
This commit is contained in:
parent
ab30f15b16
commit
e642f25ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ end
|
|||
|
||||
M.compile = function()
|
||||
-- All integration modules, each file returns a table
|
||||
local hl_files = vim.fn.stdpath "data" .. "/site/pack/packer/start/base46/lua/base46/integrations"
|
||||
local hl_files = vim.fn.stdpath "data" .. "/site/pack/packer/opt/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