summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2021-03-23Merge pull request #14186 from mjlbach/feature/make_signature_help_beautifulMichael Lingelbach1
2021-03-22lsp: add syntax highlighting to signature helpMichael Lingelbach1
2021-03-22lsp: Unopened buffers return 0 for line count, which leads to broken positionsTJ DeVries1
2021-03-21runtime/lua/vim/lsp: check emptyness in get_completion_wordVincent Rischmann1
2021-03-19lsp: set syntax instead of filetype for preview location highlightingMichael Lingelbach1
2021-03-18lsp: Add support for delete workspaceEdit resource operationMathias Fussenegger2
2021-03-18lsp: Add support for create workspaceEdit resource operationMathias Fussenegger2
2021-03-18lsp: Add support for file rename via workspaceEditMathias Fussenegger2
2021-03-10lsp: fix highlighting for lsp markdown code blocksMichael Lingelbach1
2021-03-10Merge pull request #14073 from mjlbach/feature/syntax_highlight_ruleMichael Lingelbach1
2021-03-10lsp: Resolve codeLense server capabilities (#14056)Josa Gesell1
2021-03-09lsp: add custom syntax rules for lsp floating windowMichael Lingelbach1
2021-03-09lsp: add incremental text synchronizationMichael Lingelbach1
2021-03-07Merge pull request #13993 from teto/gendocMatthieu Coudron1
2021-03-06Merge pull request #13919 from TheAlakazam/lsplogfixMichael Lingelbach1
2021-03-06lsp: add explicit entry on lsp log startPiyush Jaipuriyar1
2021-03-04chore: rename progress_callback to progress_handlerMatthieu Coudron1
2021-03-02lsp: fix diagnostic reported on terminating EOL characterMichael Lingelbach1
2021-02-26fix: show error when language server start fails and prevent future requestsDavid Zhang1
2021-02-25LSP: Resolve text_document_save capability according to specMathias Fussenegger1
2021-02-24[LSP] Add in more docs for highlight groups with document_highlight() (#13614)Chris Kipp1
2021-02-23lsp: remove deprecated references to 'callbacks' (#13945)Matthieu Coudron2
2021-02-22feat(lsp): use vim.notify for some errors (#13992)Matthieu Coudron1
2021-02-19lsp: Fix text edits operating on the last line of a document (#13677)Mathias Fußenegger1
2021-02-19lsp: client stop cleanups (#13877)Michael Lingelbach1
2021-02-08Merge pull request #13843 from teto/notif_providerMatthieu Coudron1
2021-02-04lsp: Fix pumvisible() check introduced in #12900 (#13866)runiq1
2021-01-31feat: adds vim.notifyMatthieu Coudron1
2021-01-18LSP: Fix nil settings handling in workspace/configuration (#13708)Mathias Fußenegger1
2021-01-18lsp: add client/registerCapability handler (#13780)Michael Lingelbach1
2021-01-13logging: move to XDG_CACHE_HOME (#13739)Michael Lingelbach1
2021-01-12lsp: Add severity_limit for other diagnostics features (#13528)TJ DeVries1
2021-01-11fix(lsp): Allow subsequent text document edits to pass (#13534)TJ DeVries1
2021-01-05LSP: Add diagnostic tags to client capabilities (#13578)Timmy Xiao1
2021-01-03LSP: fix messageRequest to not return nested title (#13674)Michael Lingelbach1
2021-01-01Merge pull request #13649 from mjlbach/move_from_nvim-lspconfigMatthieu Coudron2
2021-01-01LSP: progress callback should only update existing dict for reports (#13652)jdrouhard1
2021-01-01LSP: Move workspace/configuration handler from nvim-lspconfig to coreMichael Lingelbach1
2021-01-01LSP: Add helper function from accessing language server settings from nvim-ls...Michael Lingelbach1
2020-12-31LSP: window/showMessageRequest (#13641)Michael Lingelbach1
2020-12-30lsp: Disable capabilities not currently supported by language client handlers...Michael Lingelbach1
2020-12-30LSP: implement window/workDoneProgress/create (#13640)Michael Lingelbach1
2020-12-29lsp: Use correct bufnr for documentHighlight handler (#13622)Adam P. Regasz-Rethy1
2020-12-23lsp: Fire LspDiagnosticsChanged before returning (#13483)Josh French1
2020-12-21lsp: Add <nomodeline> to doautocmd calls (#13576)Nils2
2020-12-20lsp: add $/progress report (#13294)Matthieu Coudron3
2020-12-13Fix lsp tests breaking from new LuaJIT versionMatthew Nibecker1
2020-12-09doc: Fix incorrect LSP diagnostic-related helptags (#13388)Kevin Fleming2
2020-12-09doc: Add missing parameter end_pos for range_formatting (#13481)Olivier Roques1
2020-12-08feat: Allow incremental sync & lsp flags (#13371)TJ DeVries3