diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-29 14:34:17 +0000 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-29 14:34:17 +0000 |
| commit | d2d2ba307694a24ed2587c3bed71d761fc80b650 (patch) | |
| tree | 7014ea54a4461fb2022f38e69a3a66e6b4b9d1a1 /mut/vis/vis-editorconfig/init.lua | |
| parent | 3f6e4c0707f411cb8ea3f4c541ec0001153aa6e1 (diff) | |
| parent | 9f4b260f6d71fdaa8690fa98426a6e5b1cb4939b (diff) | |
Merge commit '9f4b260f6d71fdaa8690fa98426a6e5b1cb4939b' as 'mut/vis/vis-editorconfig'
Diffstat (limited to 'mut/vis/vis-editorconfig/init.lua')
| -rw-r--r-- | mut/vis/vis-editorconfig/init.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mut/vis/vis-editorconfig/init.lua b/mut/vis/vis-editorconfig/init.lua new file mode 100644 index 0000000..39291d4 --- /dev/null +++ b/mut/vis/vis-editorconfig/init.lua @@ -0,0 +1,4 @@ +local source_str = debug.getinfo(1, 'S').source:sub(2) +local script_path = source_str:match('(.*/)') + +return dofile(script_path .. 'edconf.lua') |
