summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin
AgeCommit message (Expand)AuthorFiles
2023-04-27test: fix dependencies between test cases (#23343)zeertzjq1
2023-04-23test(lsp): fix unstable tests for semantic tokensjdrouhard1
2023-04-15refactor: deprecate checkhealth functionsdundargoc1
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 typosdundargoc2
2023-03-30feat(diagnostic): add support for tagsLewis Russell1
2023-03-26test: fix flaky watchfiles tests (#22637)Jon Huhn1
2023-03-25feat(lsp): render markdown in docs hover #22766Roberto Pommella Alegro1
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ßenegger2
2023-03-09feat(lsp): overwrite omnifunc/tagfunc set by ftplugin #22267Michal Liszcz1
2023-03-07fix(man.lua): tests, namingJustin M. Keyes1
2023-03-07feat(man.lua): support spaces in manpage namesEriks Muhins1
2023-03-06feat(lsp)!: add rule-based sem token highlighting (#22022)swarn1
2023-03-05feat(lsp): implement workspace/didChangeWatchedFiles (#22405)Jon Huhn2
2023-02-28perf(lsp): only redraw the windows containing LSP tokensbfredl1
2023-02-25Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"Mathias Fussenegger2
2023-02-25feat(lsp): implement workspace/didChangeWatchedFiles (#21293)Jon Huhn2
2023-02-18fix(lsp): check if the buffer is a directory before w! it (#22289)Eduard Baturin1
2023-02-01fix(man): use italics for `<bs>_` (#22086)Lewis Russell1
2023-01-31fix(tests): use -l mode for lsp testsbfredl2
2023-01-24fix(lsp): check method is supported when range formatting (#21970)Sean Dewar1
2023-01-08dist: transpile cfilter.vim => cfilter.lua #21662TJ DeVries1
2023-01-07refactor(editorconfig)!: change editorconfig_enable to editorconfigGregory Anders1
2023-01-07feat(editorconfig): allow editorconfig to be toggled dynamicallyGregory Anders1
2023-01-05dist: generated version of ccomplete.vim (#21623)TJ DeVries1
2023-01-03test(editorconfig): add editorconfig testsGregory Anders1
2022-12-31feat(lsp): add function to clear codelens (#21504)Mathias Fußenegger1
2022-12-29test(lsp): add a screen:expect() between insert() and feed_command() (#21577)zeertzjq1
2022-12-19fix(lsp): token_edit.data might be null on deletion (#21462)tiagovla1
2022-12-12feat(lsp): highlight semantic token modifiers (#21390)Christian Clason1
2022-12-12perf(lsp): update semantic tokens algorithm for parsing modifiers (#21383)jdrouhard1
2022-12-10fix(lsp): ignore null responses for semanticTokens request (#21364)fsouza2
2022-12-09fix(lsp): followup fixes for semantic tokens support (#21357)jdrouhard1
2022-12-08feat(lsp): initial support for semantic token highlightingJohn Drouhard2
2022-12-08refactor(test): create an lsp-specific helpers.lua fileJohn Drouhard2
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)dundargoc3
2022-11-14feat(test): add Lua forms for API methods (#20152)Lewis Russell1
2022-11-13test: introduce skip() #21010dundargoc2
2022-11-11feat(checkhealth): use "help" syntax, avoid tabpage #20879Justin M. Keyes1
2022-11-02docs: fix typosdundargoc1
2022-10-30feat(checkhealth): check runtime ($VIMRUNTIME)Justin M. Keyes1
2022-10-17ci: add cirrus to isCI function to skip tests (#20526)dundargoc1