aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp_spec.lua
Commit message (Expand)AuthorAge
* refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger2024-05-30
* fix(lsp): do not detach from buffer if there are uninitialized clients (#29029)Ilia Choly2024-05-27
* fix(lsp): check if buffer was detached in on_init callback (#28914)Ilia Choly2024-05-23
* fix(lsp): trigger LspDetach on buffer delete (#28795)Andre Toerien2024-05-23
* fix(lsp): disable didChangeWatchedFiles on LinuxLewis Russell2024-05-10
* refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)Mathias Fußenegger2024-04-23
* test: improve test conventionsdundargoc2024-04-23
* feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)Yinzuo Jiang2024-04-20
* feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes2024-04-18
* refactor(lsp): merge rpc.domain_socket_connect into rpc.connect (#28398)Mathias Fußenegger2024-04-18
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test: reduce `exec_lua` callsdundargoc2024-04-04
* test: skip another flaky test on macOS (#28087)zeertzjq2024-03-29
* refactor(lsp): simplify client trackingLewis Russell2024-03-25
* fix(test): typingLewis Russell2024-03-25
* Revert "refactor(lsp): simplify client tracking"Lewis Russell2024-03-25
* refactor(lsp): simplify client trackingLewis Russell2024-03-25
* test(lsp): fix flaky basic_finish test (#27899)zeertzjq2024-03-18
* fix(lsp): create codelens request parameters for each buffer (#27699)Takuya Tokuda2024-03-17
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* fix(lsp): directly rename the existing buffers when renaming (#27690)Jaehwang Jung2024-03-02
* feat(lsp): add fswatch watchfunc backendLewis Russell2024-03-01
* fix(lsp): cancel watchers when closing a clientLewis Russell2024-03-01
* refactor(watch): general tidy upLewis Russell2024-03-01
* fix(lsp): rename undofile when renaming (#27684)Jaehwang Jung2024-03-01
* fix(lsp): remove unnecessary file load/write when renaming (#27621)Jaehwang Jung2024-02-28
* fix(lsp): when renaming directory, check path prefix of buffer names (#27603)Jaehwang Jung2024-02-24
* fix(lsp): rename: load and list new buffer if attached to window (#27408)Tomasz N2024-02-14
* refactor(lsp): resolve the config-client entanglementLewis Russell2024-02-13
* refactor(lsp): move more code to client.luaLewis Russell2024-02-11
* test(lsp): add test cases for vim.lsp.tagfuncJongwook Choi2024-02-03
* docs: various #25289Justin M. Keyes2024-01-18
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* feat(lsp): support connect via named pipes/unix domain sockets (#26032)TheLeoP2024-01-02
* fix(lsp): filetype matching to documentSelector in dynamic capabilities (#25425)Michal Liszcz2023-12-22
* test: skip failing watch file tests on freebsd (#26110)Mathias Fußenegger2023-11-19
* feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW2023-11-12
* fix(lsp): fix off-by-one error for omnifunc word boundaryMathias Fussenegger2023-10-23
* refactor(lsp): deprecate completion util methodsMathias Fussenegger2023-10-21
* fix(lsp): handle NUL bytes in popup text (#25612)zeertzjq2023-10-12
* feat(lsp)!: replace snippet parser by lpeg grammarMaria José Solano2023-10-02
* feat(lsp): fallback to code-action command on resolve failure (#25464)Mathias Fußenegger2023-10-02
* fix(lsp): handle absence of a trailing newline #25194Sergey Slipchenko2023-09-21
* feat(lsp): use treesitter for stylize markdownMaria José Solano2023-09-19
* fix(api): more intuitive cursor updates in nvim_buf_set_textSergey Slipchenko2023-09-11
* feat(lsp): add original LSP Location as item's user_data in locations_to_item...Tom Praschan2023-09-07