summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin
AgeCommit message (Expand)AuthorFiles
2025-10-27fix(tutor): remove hyperlinks, simplify non-interactive examples #36307Eduardo Cruz Guedes1
2025-10-27fix(lsp): stop repeatedly resuming dead coroutine #35743tao1
2025-10-26refactor(spell): cleanupJustin M. Keyes1
2025-10-23fix(pack)!: do not trigger `PackChanged[Pre] kind=update` during installEvgeni Chasnovski1
2025-10-23feat(pack): add `active` field to `PackChanged` event dataEvgeni Chasnovski1
2025-10-23test(pack): refactor 'pack_spec.lua' with better codeEvgeni Chasnovski1
2025-10-20fix(lsp): deduplicate completion items #36166Till Bungert1
2025-10-14revert "fix(lsp): _get_workspace_folders does not handle root_dir() function"...Mathias Fußenegger1
2025-10-15fix(lsp): "attempt to index nil config" #36189Justin M. Keyes1
2025-10-12fix(difftool): fully resolve symlinks when comparing paths #36147Tomas Slusny1
2025-10-12fix(difftool): ensure split layout, use systemlist #36145Tomas Slusny1
2025-10-12test(plugin/pack_spec): handle pcall path truncation #36143Vlad1
2025-10-11feat(plugins): nvim.difftool can compare directories #35448Tomas Slusny1
2025-10-11fix(lsp): _get_workspace_folders does not handle root_dir() function #36071atusy1
2025-10-11test(plugin/shada_spec): always use UTC formatted date (#36128)Vlad1
2025-10-10fix(undotree): sync scroll pos with undo #36117phanium1
2025-10-09fix(vim.pack): skip checkout on bad `version` #36038Mickaël RAYBAUD-ROIG1
2025-10-07feat(runtime): undotree #35627altermo1
2025-10-07fix(pack): handle lockfile in case of install errors #36064Evgeni Chasnovski1
2025-10-05feat(pack): add code actions in confirmation bufferEvgeni Chasnovski1
2025-10-05feat(pack): add `[[` and `]]` mappings in confirmation bufferEvgeni Chasnovski1
2025-10-04fix(lsp): deprecate `vim.lsp.protocol.Methods` (#35998)Maria Solano1
2025-10-04feat(pack): prefer using revision from lockfile during installEvgeni Chasnovski1
2025-10-04feat(pack)!: make `update()` include not active plugins by defaultEvgeni Chasnovski1
2025-10-04feat(pack)!: update `get()` to return revision regardless of `opts.info`Evgeni Chasnovski1
2025-10-04fix(pack)!: use lockfile in `get()` for data about non-active pluginsEvgeni Chasnovski1
2025-10-04feat(pack): add initial lockfile trackingEvgeni Chasnovski1
2025-09-24test: remove a few more redundant clear() calls (#35903)zeertzjq1
2025-09-24test: don't call clear() in both before_each() and after_each() (#35901)zeertzjq4
2025-09-22test: reduce some clear() callszeertzjq2
2025-09-17fix(lsp): treat 2-triggers-at-once as "last char wins" #35435Tomasz N1
2025-09-17test(lsp): make async format test work properly (#35794)zeertzjq2
2025-09-15fix(lsp): avoid automatic request after leaving insert mode (#35767)zeertzjq1
2025-09-13fix(lsp): misleading logs in non-applicable filetypes #35749Justin M. Keyes1
2025-09-13feat(pack): confirm "Always" to install all plugins #35733Evgeni Chasnovski1
2025-09-11fix(runtime): add "Added", "Changed", "Removed" to "vim" colorscheme (#35704)zeertzjq1
2025-09-08test(lsp): fix flakiness in inline completion test (#35676)zeertzjq1
2025-09-07fix(pack): handle Git environment variables #35626Evgeni Chasnovski1
2025-09-07feat(pack): vim.pack.get() gets VCS info #35631Evgeni Chasnovski1
2025-09-05feat(pack): use `nvim_echo{kind=progress}` to report progress #35625Evgeni Chasnovski1
2025-09-01feat(lsp): vim.lsp.inline_completion on_accept #35507Yi Ming1
2025-08-31feat(lsp): support `textDocument/onTypeFormatting` (#34637)Riley Bruins1
2025-08-27fix(lsp): don't treat MarkedString[] with language id as empty #35518Robert Muir1
2025-08-25feat(lsp): support `textDocument/inlineCompletion`Yi Ming1
2025-08-22test(pack): simplify tests for `data` fieldEvgeni Chasnovski1
2025-08-21feat(pack): support user-defined `data` in plugin spec #35360Birdee1
2025-08-18Merge #35018 refactor(lsp): centralized enable/is_enabled strategyJustin M. Keyes1
2025-08-18refactor(lsp): use `vim.lsp._capability.enable` internallyYi Ming1
2025-08-18refactor(lsp): correct enable marker nameYi Ming1
2025-08-17refactor(tests): remove redundant test #35364Justin M. Keyes1