aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_lsp.lua
Commit message (Expand)AuthorAge
* feat(lsp)!: remove client-server handlers from vim.lsp.handlersLewis Russell2024-11-01
* docs(lsp): annotate with `vim.lsp.protocol.Methods` enum #29521Ricardo Casía2024-08-20
* refactor(lsp): remove freeze() from gen_lsp (#29955)Mathias Fußenegger2024-08-02
* refactor(lsp): use tuple syntax in generated protocol types (#29110)Ilia Choly2024-05-31
* refactor(lua): deprecate tbl_flattenJustin M. Keyes2024-04-22
* fix(lsp): add parentheses to generated union array types (#27560)Maria José Solano2024-02-21
* fix(lsp): clean up duplicate and unused meta type annotationsJongwook Choi2024-01-20
* fix(gen_lsp.lua): improve type name, and fix wrong type inheritanceJongwook Choi2023-12-27
* refactor(gen_lsp.lua): add typing for the LSP protocol JSON data modelJongwook Choi2023-12-27
* feat(gen_lsp.lua): validate CLI args #26514Jongwook Choi2023-12-11
* docs: do not hardcode LSP version in URL #25648Maria José Solano2023-10-16
* fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason2023-08-09
* fix(gen_lsp.lua): no notifications in lsp.Methods #24530Raphael2023-08-03
* feat(gen_lsp.lua): sort by name, handle failure #24504Justin M. Keyes2023-08-01