Commit 2631f1a
syltharion
fix(mcphub-nvim): disable make_vars to prevent codecompanion load order error
Closes #1777
make_vars=true triggers variable registration before codecompanion is
fully initialized, causing pairs(nil) crash. Disable by default.1 parent ac92a36 commit 2631f1a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments