summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/util.lua
AgeCommit message (Expand)AuthorFiles
2020-08-08Remove unused function (#12719)Patrice Peterson1
2020-07-30Revert "lsp: Fix text edits with the same start position (#12434)" (#12564)Andreas Johansson1
2020-07-20Make the window `nomodifiable` when it's createdCédric Barreteau1
2020-07-20LSP: make the hover window nomodifiableCédric Barreteau1
2020-07-05lsp: add optional vertical padding, maximal size to floats (#12444)Christian Clason1
2020-07-02doc: fix scripts and regenerate (#12506)TJ DeVries1
2020-06-30lsp: Use nvim_buf_get_lines in locations_to_items and add more tests (#12357)Mathias Fußenegger1
2020-06-27Merge pull request #12252 from dlukes/formatting-syncHirokazu Hata1
2020-06-23lsp: when apply text edits, set buflisted on buffers (#12489)francisco souza1
2020-06-22lsp: Add sync variant of LSP formattingDavid Lukes1
2020-06-18lsp: Add new highlight groups used in show_line_diagnostics (#12473)francisco souza1
2020-06-14lsp: Fix text edits with the same start position (#12434)Andreas Johansson1
2020-06-12lsp: Add `BufLeave` to `close_preview_autocmd` function call (#12477)Dheepak Krishnamurthy1
2020-06-04lsp: compute height of floating preview correctly for wrapped lines (#12380)Christian Clason1
2020-06-04Merge pull request #12343 from ndreas/fix/lsp-multibyte-indexingHirokazu Hata1
2020-05-31lua: add vim.highlight.range (#12401)Christian Clason1
2020-05-28lua: simple snippet support in the completion items (#12118)Viktor Kojouharov1
2020-05-26lsp: add preview_location util function (#12368)Christian Clason1
2020-05-19Use get_line_byte_from_position in jump_to_locationAndreas Johansson1
2020-05-19Refactor fetching the line byteAndreas Johansson1
2020-05-19lsp: fix get diagnositcsMike Hartington1
2020-05-17lsp: Handle end lines in apply_text_edits (#12314)Andreas Johansson1
2020-05-16LSP: Add textDocument/codeAction support (#11607)Jesse1
2020-05-13lsp: fix bug when documentEdit version=null for unattached buffer (#12272)landerlo1
2020-05-08lsp: Make apply_text_edits non-ASCII safe (#12223)Christian Clason1
2020-05-07lsp: Handle unknown CompletionItemKind and SymbolKind (#12257)Hirokazu Hata1
2020-05-07lsp: set buflisted when jumping to location (#12253)Gabriel Sanches1
2020-05-04lsp: fix tagstack for location jump #12248Gabriel Sanches1
2020-05-04Merge pull request #12237 from h-michael/vim-nilMatthieu Coudron1
2020-05-02Merge pull request #12228 from h-michael/fix-docsyms-to-itemsMatthieu Coudron1
2020-05-02LSP: Support LocationLink (#12231)Christian Clason1
2020-05-02lsp: fix lsp.util.symbols_to_itemsHirokazu Hata1
2020-05-01[LSP] check for vim.NIL and add apply_text_document_edit testsckipp011
2020-04-30Merge pull request #12204 from archseer/lsp-user-dataMatthieu Coudron1
2020-04-29LSP: enable using different highlighting rules for LSP signs (#12176)Ghjuvan Lacambre1
2020-04-29lsp/completion: Expose completion_item under completed_items.user_data.Blaž Hrastnik1
2020-04-28LSP: support tagstack #12096Yen31
2020-04-26LSP: don't redefine LspDiagnostics signs #12164jakbyte1
2020-04-26LSP: Fix show_line_diagnostics #12186Mathias Fußenegger1
2020-04-26LSP: Add a check for null version in VersionedTextDocumentIdentifier (#12185)Chris Kipp1
2020-04-25LSP: remove obsolete "peek definition" code #12178Thore Weilbier1
2020-04-25LSP: Expose diagnostics grouped by bufnr (#11932)Mathias Fußenegger1
2020-04-25lsp: remove buffer version on buffer_detach (#12029)Hirokazu Hata1
2020-04-20Merge pull request #11989 from Weypare/textEditMatthieu Coudron1
2020-04-20LSP/completion: Add completion text helper functionAndrey Avramenko1
2020-04-19lsp: export convert_signature_help_to_markdown_lines (#11950)Hirokazu Hata1
2020-04-18lsp: replace the event that closes the signature help preview window from Ins...Hirokazu Hata1
2020-04-16lsp: provide a default for missing reference kind (#12127)George Zhao1
2020-03-16Merge pull request #11927 from Jesse-Bakker/lsp-buf-versionBjörn Linse1
2020-03-06LSP/completion: add textEdit supportAndrey Avramenko1