aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* lsp: fix formatting_sync with multiple clients (#13233)francisco souza2020-11-07
* lsp: remove vim.NIL from processing (#13174)TJ DeVries2020-11-02
* lsp: complete support for `CodeActionKind`s to capabilities (#13180)Jesse2020-11-01
* lsp: Remove snippet lies (#13183)TJ DeVries2020-10-30
* lsp: Fix case where active_signature == vim.NIL (#13114)Michael Lingelbach2020-10-27
* lsp: Store diagnostics for unloaded buffers (#13102)Mathias Fußenegger2020-10-25
* lsp: only send buf requests to servers that support the request (#12764)francisco souza2020-10-25
* Opts.wrap_at is sometimes a bool, ensure it falls back to a valid number in t...Tony Kuneck2020-10-04
* LSP: Fix separator width on hover (fixes #13006, #12998) (#13007)Christian Clason2020-09-30
* lsp: Add vim.lsp.buf.range_code_action() (#12962)notomo2020-09-24
* lsp: Handle ContentModified the same way as RequestCancelled (#12803)Rasmus Ishøy Michelsen2020-09-22
* lsp: remove popup No signature available. (#12915)Raphael2020-09-18
* lsp: fix failed switch window error (#12900)Raphael2020-09-14
* lsp: fix lsp.buf.formatting_sync() null response (#12752)beardedsakimonkey2020-09-12
* lsp: Fix parameter markdown rendering for signature help (#12832)Xuyuan Pang2020-09-12
* Merge #12468 'lsp: logging'Justin M. Keyes2020-09-01
|\
| * lsp: remove output log at rpc.notifyHirokazu Hata2020-08-26
* | lsp/make_position_param(): handle empty buffer #12825Gıyaseddin Tanrıkulu2020-09-01
* | lsp: Fix bad sortText comparison (#12485)Anmol Sethi2020-08-30
|/
* Add FIXMEsPatrice Peterson2020-08-23
* Add docs for most vim.lsp methodsPatrice Peterson2020-08-23
* Remove unused function (#12719)Patrice Peterson2020-08-08
* Revert "lsp: Fix text edits with the same start position (#12434)" (#12564)Andreas Johansson2020-07-30
* Make the window `nomodifiable` when it's createdCédric Barreteau2020-07-20
* LSP: make the hover window nomodifiableCédric Barreteau2020-07-20
* doc: Add documentation for some `vim.lsp.buf` functions (#12552)cbarrete2020-07-19
* lsp: Add support for call hierarchies (#12556)cbarrete2020-07-18
* lsp: add optional vertical padding, maximal size to floats (#12444)Christian Clason2020-07-05
* doc: fix scripts and regenerate (#12506)TJ DeVries2020-07-02
* lsp: Use nvim_buf_get_lines in locations_to_items and add more tests (#12357)Mathias Fußenegger2020-06-30
* LSP: Set current name as default rename text (#12553)cbarrete2020-06-27
* Merge pull request #12252 from dlukes/formatting-syncHirokazu Hata2020-06-27
|\
| * lsp: Add sync variant of LSP formattingDavid Lukes2020-06-22
* | lsp: when apply text edits, set buflisted on buffers (#12489)francisco souza2020-06-23
|/
* lsp: Add new highlight groups used in show_line_diagnostics (#12473)francisco souza2020-06-18
* lsp: Fix text edits with the same start position (#12434)Andreas Johansson2020-06-14
* lsp: Add `BufLeave` to `close_preview_autocmd` function call (#12477)Dheepak Krishnamurthy2020-06-12
* lsp: Fix #12449 textDocumentSync.save can be boolean. Access textDocumentSync...Stephan Seitz2020-06-11
* lsp: do not process diagnostics for unloaded buffers (#12440)TJ DeVries2020-06-04
* lsp: compute height of floating preview correctly for wrapped lines (#12380)Christian Clason2020-06-04
* lsp: Add check for `declaration` and `typeDefinition` support in vim lsp serv...Dheepak Krishnamurthy2020-06-04
* Merge pull request #12343 from ndreas/fix/lsp-multibyte-indexingHirokazu Hata2020-06-04
|\
| * Use get_line_byte_from_position in jump_to_locationAndreas Johansson2020-05-19
| * Refactor fetching the line byteAndreas Johansson2020-05-19
* | lua: add vim.highlight.range (#12401)Christian Clason2020-05-31
* | lua: simple snippet support in the completion items (#12118)Viktor Kojouharov2020-05-28
* | lsp: add preview_location util function (#12368)Christian Clason2020-05-26
* | lsp: change log name to "lsp.log" from "vim-lsp.log"Hirokazu Hata2020-05-23
* | LSP: Don't swallow bufnr argument from callbacks (#12350)Mathias Fußenegger2020-05-20
* | lsp: fix get diagnositcsMike Hartington2020-05-19
|/