aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lsp.txt
Commit message (Expand)AuthorAge
* feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17
* feat(lsp): add function to get semantic tokens at cursorChristian Clason2022-12-13
* feat(lsp): highlight semantic token modifiers (#21390)Christian Clason2022-12-12
* docs #20986Justin M. Keyes2022-12-11
* fix(lsp): correct some type annotations (#21365)Mathias Fußenegger2022-12-09
* feat(lsp): initial support for semantic token highlightingJohn Drouhard2022-12-08
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* docs: add language annotation to Nvim manualChristian Clason2022-12-02
* docs: fix typos (#21196)dundargoc2022-11-29
* feat(lsp): support set title in lsp relate floatwindow (#21110)Raphael2022-11-21
* docs: fix/remove invalid URLs #20647Justin M. Keyes2022-10-14
* feat(lsp): support window/showDocument (#19977)lvimuser2022-10-08
* feat: added support for specifying types for lua2doxFolke Lemaitre2022-10-06
* feat(docs): format parameters as a list #20485Justin M. Keyes2022-10-05
* feat(lsp): add bufnr option to lsp.start (#20473)August Masquelier2022-10-04
* refactor(lsp): remove deprecated lsp functions (#20421)Mathias Fußenegger2022-10-01
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* docs(lsp): update rpc.start stdio limitations (#20120)Mathias Fußenegger2022-09-08
* feat(lsp): add range option to lsp.buf.format (#19998)Mathias Fußenegger2022-09-08
* fix(docs): update lsp.rpc.start docs to match return value changes (#20003)Mathias Fußenegger2022-08-30
* docs(lsp): replace formatting_sync example in lsp-faq (#19994)Mathias Fußenegger2022-08-30
* feat(lsp): add tcp supportMathias Fussenegger2022-08-28
* refactor(lsp): encapsulate rpc uv handleMathias Fussenegger2022-08-28
* docs: fix typos (#19798)dundargoc2022-08-27
* docs(lsp): remove lsp.buf_request from docs (#19738)Mathias Fußenegger2022-08-18
* docs(lsp): rename on-list-handler to lsp-on-list-handler (#19813)Jonas Strittmatter2022-08-17
* fix(lsp): fix some type annotations in lsp.rpc (#19714)Mathias Fußenegger2022-08-11
* docs: regenerateii142022-08-11
* feat(lsp): set formatexpr by default (#19677)Mathias Fußenegger2022-08-08
* feat(lsp): disable exit_timeout by default (#19672)Mathias Fußenegger2022-08-08
* docs(lsp): use direct link to formattingOptions in format docs (#19558)Mathias Fußenegger2022-07-28
* feat(lsp): add range option to code_action; deprecate range_code_action (#19551)Mathias Fußenegger2022-07-28
* feat(lsp): allow passing custom list handler to LSP functions that return lis...Dalius Dobravolskas2022-07-25
* feat(lsp): defaults: tagfunc, omnifunc (#19003)Mathias Fußenegger2022-07-10
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* docs: fix typos (#18866)dundargoc2022-06-15
* docs: fix typos (#18269)dundargoc2022-06-04
* feat(lsp): add a start function (#18631)Mathias Fußenegger2022-06-03
* feat(lsp): turn rename filter into a predicate (#18745)Mathias Fußenegger2022-05-26
* feat(lsp)!: turn format filter into predicate (#18458)Mathias Fußenegger2022-05-25
* feat(lsp): option to reuse_win for jump actions (#18577)Lewis Russell2022-05-18
* feat(lsp): add filter to vim.lsp.get_active_clients()Gregory Anders2022-05-18
* feat(lsp): add LspAttach and LspDetach autocommandsGregory Anders2022-05-18
* build(lua2dox): add parenthesis around parameter types in documentation (#18532)dundargoc2022-05-12
* docs(lsp): fix description of `only` in vim.lsp.buf.code_action() (#18492)Fredrik Ekre2022-05-09
* fix(lsp): detach spawned LSP server processes (#18477)Gregory Anders2022-05-08
* docs: change wrap_at type to number (#18456)Noval Maulana2022-05-07
* fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger2022-05-05
* feat(lsp): add logging level "OFF" (#18379)ii142022-05-03
* feat(lsp): add async option to vim.lsp.buf.format (#18322)Mathias Fußenegger2022-04-30