aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp_spec.lua
Commit message (Expand)AuthorAge
* fix(lsp): always return boolean in lsp.buf_client_attach (#24077)Sooryakiran Ponnath2023-06-20
* fix(lsp): allow Lua pattern chars in code action filter (#24041)Jonas Strittmatter2023-06-17
* feat(lsp): add handlers for inlay hints (#23736)Chinmay Dalal2023-06-11
* fix(lsp): set extra info only when it has a value (#23868)Raphael2023-06-05
* fix(lsp): restore marks after apply_text_edits() #14630Folke Lemaitre2023-06-04
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* feat(lsp): set client offset_encoding if server supports positionEncodingGregory Anders2023-06-01
* feat(lsp)!: promote LspRequest to a full autocmd and enrich with additional d...jdrouhard2023-05-30
* feat(lsp): initial support for dynamic capabilities (#23681)Folke Lemaitre2023-05-28
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(lsp): don't register didChangeWatchedFiles when capability not set (#23689)Jon Huhn2023-05-20
* fix(lsp): fix relative patterns for `workspace/didChangeWatchedFiles` (#23548)Jon Huhn2023-05-09
* test(lsp): fix unstable tests for set_defaults (#23002)Michal Liszcz2023-04-11
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* docs: fix typosdundargoc2023-04-04
* test: fix flaky watchfiles tests (#22637)Jon Huhn2023-03-26
* fix(lsp): kill buffers after renaming a directory #22618Ivan2023-03-14
* fix(lsp): vim.lsp.util.apply_text_edits cursor validation #22636hrsh7th2023-03-14
* fix(lsp): use line start/end for visual line selection (#22632)Mathias Fußenegger2023-03-12
* fix(lsp): prevent lsp tests from picking up local user config (#22606)Mathias Fußenegger2023-03-10
* feat(lsp): overwrite omnifunc/tagfunc set by ftplugin #22267Michal Liszcz2023-03-09
* feat(lsp): implement workspace/didChangeWatchedFiles (#22405)Jon Huhn2023-03-05
* Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"Mathias Fussenegger2023-02-25
* feat(lsp): implement workspace/didChangeWatchedFiles (#21293)Jon Huhn2023-02-25
* fix(lsp): check if the buffer is a directory before w! it (#22289)Eduard Baturin2023-02-18
* fix(tests): use -l mode for lsp testsbfredl2023-01-31
* fix(lsp): check method is supported when range formatting (#21970)Sean Dewar2023-01-24
* refactor(test): create an lsp-specific helpers.lua fileJohn Drouhard2022-12-08
* test(lsp): call clear() before willSave tests (#21336)zeertzjq2022-12-08
* feat(lsp): support willSave & willSaveWaitUntil capability (#21315)Mathias Fußenegger2022-12-08
* fix(lsp): call show_document with correct argsMathias Fussenegger2022-12-04
* refactor(lsp): extract a _create_server method in lsp_specMathias Fussenegger2022-12-04
* test: simplify platform detection (#21020)dundargoc2022-11-22
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
* test: introduce skip() #21010dundargoc2022-11-13
* docs: fix typosdundargoc2022-11-02
* feat(lsp): support window/showDocument (#19977)lvimuser2022-10-08
* fix(lsp): create missing directory before creating file (#19835)shaunsingh2022-09-24
* fix(lsp): out of bounds error in lsp.util.apply_text_edits (#20137)ofwinterpassed2022-09-20
* fix(lsp): support `false` result in handlers (#20252)Mathias Fußenegger2022-09-20
* test(lsp): call clear() before bufwipe test (#20170)zeertzjq2022-09-13
* fix(lsp): when buffer detach remove buffer from client attached buffers (#20081)Raphael2022-09-08
* feat(lsp): add range option to lsp.buf.format (#19998)Mathias Fußenegger2022-09-08
* feat(lsp): add tcp supportMathias Fussenegger2022-08-28
* fix(lsp): send didOpen if name changes on write (#19583)Mathias Fußenegger2022-08-01
* refactor(lsp): use autocmd api (#19407)ii142022-07-17
* test(report): formatting, drop dumplog()Justin M. Keyes2022-06-15
* fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger2022-06-05
* feat(lsp): send didChangeConfiguration after init (#18847)Mathias Fußenegger2022-06-03
* fix(ci): remove 2000ms blocking wait in many plugin/lsp_spec.lua testsbfredl2022-05-22