aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin
Commit message (Expand)AuthorAge
...
* feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113)Mathias Fußenegger2023-07-17
* fix(lsp): markdown code fence should allow space before info string #24364Mike2023-07-16
* feat(lsp): map K to hover by default #24331Mathias Fußenegger2023-07-14
* feat(lsp): move inlay_hint() to vim.lsp (#24130)Mathias Fußenegger2023-06-30
* feat(lsp): opt-in to dynamicRegistration for inlay hints (#24102)Mathias Fußenegger2023-06-22
* fix(lsp): always return boolean in lsp.buf_client_attach (#24077)Sooryakiran Ponnath2023-06-20
* feat(lsp): inlay hints #23984Chinmay Dalal2023-06-19
* 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
* feat(health): fold successful healthchecks #22866Alexandre Teoi2023-06-06
* fix(editorconfig): check that buffer is valid (#23922)Gregory Anders2023-06-05
* refactor(lsp): use LPeg for watchfiles matching (#23788)Jon Huhn2023-06-05
* 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
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* 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: add more tests for :Man section extractionzeertzjq2023-05-08
* fix(health): replace healthFoo with DiagnosticFoo (#23475)Christian Clason2023-05-05
* test: fix dependencies between test cases (#23343)zeertzjq2023-04-27
* test(lsp): fix unstable tests for semantic tokensjdrouhard2023-04-23
* refactor: deprecate checkhealth functionsdundargoc2023-04-15
* 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
* feat(diagnostic): add support for tagsLewis Russell2023-03-30
* test: fix flaky watchfiles tests (#22637)Jon Huhn2023-03-26
* feat(lsp): render markdown in docs hover #22766Roberto Pommella Alegro2023-03-25
* 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
* fix(man.lua): tests, namingJustin M. Keyes2023-03-07
* feat(man.lua): support spaces in manpage namesEriks Muhins2023-03-07
* feat(lsp)!: add rule-based sem token highlighting (#22022)swarn2023-03-06
* feat(lsp): implement workspace/didChangeWatchedFiles (#22405)Jon Huhn2023-03-05
* perf(lsp): only redraw the windows containing LSP tokensbfredl2023-02-28
* 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(man): use italics for `<bs>_` (#22086)Lewis Russell2023-02-01
* fix(tests): use -l mode for lsp testsbfredl2023-01-31
* fix(lsp): check method is supported when range formatting (#21970)Sean Dewar2023-01-24
* dist: transpile cfilter.vim => cfilter.lua #21662TJ DeVries2023-01-08