Skip to content

Added support for custom integration file loading#427

Open
coswat wants to merge 2 commits intoNvChad:v3.0from
coswat:integrations_dir_support
Open

Added support for custom integration file loading#427
coswat wants to merge 2 commits intoNvChad:v3.0from
coswat:integrations_dir_support

Conversation

@coswat
Copy link

@coswat coswat commented Jan 5, 2026

This is a small change ( non breaking ), that'll let us add integration files from our local dir.

Inside base46

integrations = {
  "dap", 
  "custom",  -- looks inside our specified dir
   -- in this case its lua/int/custom.lua
  "anyelse", -- lua/int/anyelse.lua
}, 
integrations_dir = "int" 

Why this change? Because it's a lot easier to test it out and develop new integrations files for base46.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant