summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin
AgeCommit message (Expand)AuthorFiles
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq2
2023-11-19test: skip failing watch file tests on freebsd (#26110)Mathias Fußenegger1
2023-11-12feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW2
2023-10-26fix(lsp): fix omnicomplete in middle of the line (#25787)Lajos Koszti1
2023-10-23fix(lsp): fix off-by-one error for omnifunc word boundaryMathias Fussenegger2
2023-10-21refactor(lsp): deprecate completion util methodsMathias Fussenegger1
2023-10-14fix(lsp): refactor escaping snippet text (#25611)Maria José Solano1
2023-10-12fix(lsp): handle NUL bytes in popup text (#25612)zeertzjq1
2023-10-08fix(lsp): account for border height in max floating popup height (#25539)LW1
2023-10-02feat(lsp)!: replace snippet parser by lpeg grammarMaria José Solano2
2023-10-02feat(lsp): fallback to code-action command on resolve failure (#25464)Mathias Fußenegger1
2023-09-26refactor(tutor): cleanupJustin M. Keyes1
2023-09-26fix(tutor): Tutor steps don't work on Windows #25251Leonardo Mello1
2023-09-21fix(lsp): handle absence of a trailing newline #25194Sergey Slipchenko1
2023-09-20test(lsp): add normalize_markdown testsMaria José Solano1
2023-09-19feat(lsp): use treesitter for stylize markdownMaria José Solano1
2023-09-17test(plugin/man_spec): use pesc() on actual_file in pattern (#25199)zeertzjq1
2023-09-11fix(api): more intuitive cursor updates in nvim_buf_set_textSergey Slipchenko1
2023-09-10feat(lsp): improve control over placement of floating windows (#24494)Grace Petryk1
2023-09-07feat(lsp): add original LSP Location as item's user_data in locations_to_item...Tom Praschan1
2023-08-31fix(lsp): only disable inlay hints / diagnostics if no other clients are conn...Chris AtLee2
2023-08-27fix(editorconfig): do not set 'endofline'Lewis Russell1
2023-08-15feat(highlight): Allow hyphens (-) in highlight group names (#24714)Gregory Anders1
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-20feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee1
2023-07-17feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113)Mathias Fußenegger1
2023-07-16fix(lsp): markdown code fence should allow space before info string #24364Mike1
2023-07-14feat(lsp): map K to hover by default #24331Mathias Fußenegger1
2023-06-30feat(lsp): move inlay_hint() to vim.lsp (#24130)Mathias Fußenegger1
2023-06-22feat(lsp): opt-in to dynamicRegistration for inlay hints (#24102)Mathias Fußenegger1
2023-06-20fix(lsp): always return boolean in lsp.buf_client_attach (#24077)Sooryakiran Ponnath1
2023-06-19feat(lsp): inlay hints #23984Chinmay Dalal1
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 Dalal2
2023-06-06feat(health): fold successful healthchecks #22866Alexandre Teoi1
2023-06-05fix(editorconfig): check that buffer is valid (#23922)Gregory Anders1
2023-06-05refactor(lsp): use LPeg for watchfiles matching (#23788)Jon Huhn1
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 Russell2
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-22test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell4
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-05-08test: add more tests for :Man section extractionzeertzjq1
2023-05-05fix(health): replace healthFoo with DiagnosticFoo (#23475)Christian Clason1