summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin/lsp_spec.lua
AgeCommit message (Expand)AuthorFiles
2023-09-21fix(lsp): handle absence of a trailing newline #25194Sergey Slipchenko1
2023-09-19feat(lsp): use treesitter for stylize markdownMaria José Solano1
2023-09-11fix(api): more intuitive cursor updates in nvim_buf_set_textSergey Slipchenko1
2023-09-07feat(lsp): add original LSP Location as item's user_data in locations_to_item...Tom Praschan1
2023-08-04fix(lsp): do not assume client capability exists in watchfiles check (#24550)Sean Dewar1
2023-07-25fix(lsp): SignatureHelp docstring is not escaped #16702Christoph Hasse1
2023-07-17feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113)Mathias Fußenegger1
2023-07-14feat(lsp): map K to hover by default #24331Mathias Fußenegger1
2023-06-20fix(lsp): always return boolean in lsp.buf_client_attach (#24077)Sooryakiran Ponnath1
2023-06-17fix(lsp): allow Lua pattern chars in code action filter (#24041)Jonas Strittmatter1
2023-06-11feat(lsp): add handlers for inlay hints (#23736)Chinmay Dalal1
2023-06-05fix(lsp): set extra info only when it has a value (#23868)Raphael1
2023-06-04fix(lsp): restore marks after apply_text_edits() #14630Folke Lemaitre1
2023-06-03feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell1
2023-06-01feat(lsp): set client offset_encoding if server supports positionEncodingGregory Anders1
2023-05-30feat(lsp)!: promote LspRequest to a full autocmd and enrich with additional d...jdrouhard1
2023-05-28feat(lsp): initial support for dynamic capabilities (#23681)Folke Lemaitre1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-05-20fix(lsp): don't register didChangeWatchedFiles when capability not set (#23689)Jon Huhn1
2023-05-09fix(lsp): fix relative patterns for `workspace/didChangeWatchedFiles` (#23548)Jon Huhn1
2023-04-11test(lsp): fix unstable tests for set_defaults (#23002)Michal Liszcz1
2023-04-04test: replace lfs with luv and vim.fsdundargoc1
2023-04-04docs: fix typosdundargoc1
2023-03-26test: fix flaky watchfiles tests (#22637)Jon Huhn1
2023-03-14fix(lsp): kill buffers after renaming a directory #22618Ivan1
2023-03-14fix(lsp): vim.lsp.util.apply_text_edits cursor validation #22636hrsh7th1
2023-03-12fix(lsp): use line start/end for visual line selection (#22632)Mathias Fußenegger1
2023-03-10fix(lsp): prevent lsp tests from picking up local user config (#22606)Mathias Fußenegger1
2023-03-09feat(lsp): overwrite omnifunc/tagfunc set by ftplugin #22267Michal Liszcz1
2023-03-05feat(lsp): implement workspace/didChangeWatchedFiles (#22405)Jon Huhn1
2023-02-25Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"Mathias Fussenegger1
2023-02-25feat(lsp): implement workspace/didChangeWatchedFiles (#21293)Jon Huhn1
2023-02-18fix(lsp): check if the buffer is a directory before w! it (#22289)Eduard Baturin1
2023-01-31fix(tests): use -l mode for lsp testsbfredl1
2023-01-24fix(lsp): check method is supported when range formatting (#21970)Sean Dewar1
2022-12-08refactor(test): create an lsp-specific helpers.lua fileJohn Drouhard1
2022-12-08test(lsp): call clear() before willSave tests (#21336)zeertzjq1
2022-12-08feat(lsp): support willSave & willSaveWaitUntil capability (#21315)Mathias Fußenegger1
2022-12-04fix(lsp): call show_document with correct argsMathias Fussenegger1
2022-12-04refactor(lsp): extract a _create_server method in lsp_specMathias Fussenegger1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-11-14feat(test): add Lua forms for API methods (#20152)Lewis Russell1
2022-11-13test: introduce skip() #21010dundargoc1
2022-11-02docs: fix typosdundargoc1
2022-10-08feat(lsp): support window/showDocument (#19977)lvimuser1
2022-09-24fix(lsp): create missing directory before creating file (#19835)shaunsingh1
2022-09-20fix(lsp): out of bounds error in lsp.util.apply_text_edits (#20137)ofwinterpassed1
2022-09-20fix(lsp): support `false` result in handlers (#20252)Mathias Fußenegger1
2022-09-13test(lsp): call clear() before bufwipe test (#20170)zeertzjq1
2022-09-08fix(lsp): when buffer detach remove buffer from client attached buffers (#20081)Raphael1