aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/lspconfig.lua
diff options
context:
space:
mode:
authorVlad <52591095+MeanderingProgrammer@users.noreply.github.com>2025-10-31 20:05:41 -0700
committerGitHub <noreply@github.com>2025-10-31 20:05:41 -0700
commit9a955d0ace469762523b8cf39dd7db31a061e090 (patch)
tree93d83991e9b3e432bf68f25de76a3129bc3a5b77 /plugin/lspconfig.lua
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-9a955d0ace469762523b8cf39dd7db31a061e090.tar
nvim-lspconfig-9a955d0ace469762523b8cf39dd7db31a061e090.tar.gz
nvim-lspconfig-9a955d0ace469762523b8cf39dd7db31a061e090.tar.bz2
nvim-lspconfig-9a955d0ace469762523b8cf39dd7db31a061e090.tar.lz
nvim-lspconfig-9a955d0ace469762523b8cf39dd7db31a061e090.tar.xz
nvim-lspconfig-9a955d0ace469762523b8cf39dd7db31a061e090.tar.zst
nvim-lspconfig-9a955d0ace469762523b8cf39dd7db31a061e090.zip
fix(tinymist): vim.notify called with invalid input #4172
Problem: The various `tinymist` export commands like `LspTinymistExportPdf` used to output simple path strings. With the release of `v0.13.30` the output is now a structure like `{ path = "..." }`. Other export commands have slightly different outputs. Calling `vim.notify` with this input leads to `Error executing vim.schedule lua callback: vim/_editor.lua:0: ...`. Solution: Pass the result of all commands to `vim.inspect`. Update the list of workspace commands in the brief.
Diffstat (limited to 'plugin/lspconfig.lua')
0 files changed, 0 insertions, 0 deletions