Add dlm-lsp and dlm-vsc as submodules
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
d8f87e3e6ccca8b90367816d5c2bdb4fd2d886a5- Parents
-
0e4e99c - Tree
e84be98
d8f87e3
d8f87e3e6ccca8b90367816d5c2bdb4fd2d886a50e4e99c
e84be98| Status | File | + | - |
|---|---|---|---|
| M |
.gitmodules
|
6 | 0 |
| A |
vendor/dlm-lsp
|
1 | 0 |
| A |
vendor/dlm-vsc
|
1 | 0 |
.gitmodulesmodified@@ -12,3 +12,9 @@ | ||
| 12 | 12 | # from the outer repo's `git status`. sway's own .gitignore already |
| 13 | 13 | # covers these locally. |
| 14 | 14 | ignore = untracked |
| 15 | +[submodule "vendor/dlm-lsp"] | |
| 16 | + path = vendor/dlm-lsp | |
| 17 | + url = git@github.com:tenseleyFlow/dlm-lsp.git | |
| 18 | +[submodule "vendor/dlm-vsc"] | |
| 19 | + path = vendor/dlm-vsc | |
| 20 | + url = git@github.com:tenseleyFlow/dlm-vsc.git | |
vendor/dlm-lspadded@@ -0,0 +1,1 @@ | ||
| 1 | +Subproject commit c3a0a311d00d90cedcdd9645863508fd0ed82624 | |
vendor/dlm-vscadded@@ -0,0 +1,1 @@ | ||
| 1 | +Subproject commit f4a1556d63f539d48f73301b26987fa7c42fb846 | |