diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2026-01-06 18:53:16 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2026-01-08 15:54:18 -0700 |
| commit | dcf8d2fa67245a7730200ae54c5acc7843fb432d (patch) | |
| tree | e6ecd7e4c41c369d4ca6767f2685302e7469db83 /lua/99/editor | |
| parent | 1b98e37d76eb0b57ec9a0f7d3e65ec51338c0732 (diff) | |
| download | a4-dcf8d2fa67245a7730200ae54c5acc7843fb432d.tar.xz a4-dcf8d2fa67245a7730200ae54c5acc7843fb432d.zip | |
we have way too many changes...
Diffstat (limited to 'lua/99/editor')
| -rw-r--r-- | lua/99/editor/lsp.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/99/editor/lsp.lua b/lua/99/editor/lsp.lua index ed14ce2..7f8e7d3 100644 --- a/lua/99/editor/lsp.lua +++ b/lua/99/editor/lsp.lua @@ -612,6 +612,10 @@ function Lsp._format_exports( return table.concat(out, "\n") end +Lsp.stringify_module_exports("99.editor.lsp", function(res) + print(res) +end) + return { Lsp = Lsp, } |
