aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp.lua
Commit message (Expand)AuthorAge
* refactor(lsp): do not parse verbose output when overwriting options (#22810)Michal Liszcz2023-04-05
* fix(lsp): avoid switching buffers on lsp attach (#22689)August Masquelier2023-03-17
* docs(lsp): more precise type annotations (#22621)Jaehwang Jung2023-03-11
* fix(lsp): send didClose on buffer rename (#22623)Mathias Fußenegger2023-03-11
* revert: "fix(lsp): use buffer scheme for files not stored on disk" (#22604)Mathias Fußenegger2023-03-11
* docs(lsp): type annotation for lsp.client (#22509)Jaehwang Jung2023-03-09
* feat(lsp): overwrite omnifunc/tagfunc set by ftplugin #22267Michal Liszcz2023-03-09
* docs(lsp): change type annotations from number → integer (#22510)Jaehwang Jung2023-03-07
* fix(lsp): only fire LspDetach for attached buffers (#22468)Gregory Anders2023-03-01
* fix(lsp): use buffer scheme for files not stored on disk (#22407)Mathias Fußenegger2023-03-01
* fix(lsp): callHierarchy methods also require the callHierarchyProvider (#22427)Jens Claes2023-03-01
* docs(lsp): update cmd_env description (#22438)Mike2023-02-27
* fix(lsp): fix some type annotations (#22397)Mathias Fußenegger2023-02-25
* refactor(lsp): remove deprecated code (#22389)Raphael2023-02-24
* fix(lsp): wrong format of bufnr and client order in error message (#22336)Jason Hansen2023-02-21
* doc(lsp): format arguments to start_client() (#21980)Lewis Russell2023-01-24
* refactor: format with stylua (#21821)dundargoc2023-01-15
* docs(lsp): update buf_notify and rpc.notify params types (#21753)Chris Kipp2023-01-11
* docs(lua): adjust some type annotationsnotomo2023-01-04
* fix(lsp): change vim.lsp.get_active_clients.filter name annotation to string ...Christian Segundo2023-01-03
* fix(lsp): fix nil client access in get_active_clients (#21524)Raphael2022-12-30
* fix(lsp): correct some type annotations (#21365)Mathias Fußenegger2022-12-09
* fix(lsp): followup fixes for semantic tokens support (#21357)jdrouhard2022-12-09
* feat(lsp): initial support for semantic token highlightingJohn Drouhard2022-12-08
* feat(lsp): support willSave & willSaveWaitUntil capability (#21315)Mathias Fußenegger2022-12-08
* fix(lsp): remove workspaceFolders field (#21284)Raphael2022-12-04
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* docs: fix/remove invalid URLs #20647Justin M. Keyes2022-10-14
* fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...Folke Lemaitre2022-10-09
* feat(lsp): add bufnr option to lsp.start (#20473)August Masquelier2022-10-04
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* fix(lsp): schedule removal of client object (#20148)Gregory Anders2022-09-10
* fix(lsp): when buffer detach remove buffer from client attached buffers (#20081)Raphael2022-09-08
* feat(lsp): add tcp supportMathias Fussenegger2022-08-28
* refactor(lsp): encapsulate rpc uv handleMathias Fussenegger2022-08-28
* docs(lsp): remove lsp.buf_request from docs (#19738)Mathias Fußenegger2022-08-18
* fix(lsp): fix nil value error in get_group (#19735)Mathias Fußenegger2022-08-12
* fix(lsp): handle nil client in onexit callback (#19722)Mathias Fußenegger2022-08-11
* fix(lsp): handle multiple clients with incremental sync (#19658)Mathias Fußenegger2022-08-09
* feat(lsp): set formatexpr by default (#19677)Mathias Fußenegger2022-08-08
* fix(lsp): set end_col in formatexpr (#19676)Mathias Fußenegger2022-08-08
* feat(lsp): disable exit_timeout by default (#19672)Mathias Fußenegger2022-08-08
* fix(lsp): send didOpen if name changes on write (#19583)Mathias Fußenegger2022-08-01
* refactor(lsp): use autocmd api (#19407)ii142022-07-17
* refactor: use `local api = vim.api`ii142022-07-15
* refactor(lsp): make the use of local aliases more consistentii142022-07-15
* fix(lsp): account for initializing servers in vim.lsp.start (#19329)Nicolas Hillegeer2022-07-12
* fix(lsp): don't attach a client in lsp.start() if there is none (#19328)Nicolas Hillegeer2022-07-11
* fix(lsp): abort pending changes after flush when debouncing (#19314)Rishikesh Vaishnav2022-07-11
* feat(lsp): defaults: tagfunc, omnifunc (#19003)Mathias Fußenegger2022-07-10