summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2024-05-17fix(health): broken ruby detect #28804MoonFruit1
2024-05-16fix: extend the life of vim.tbl_flatten to 0.13Lewis Russell1
2024-05-16feat: remove deprecated featuresdundargoc4
2024-05-16perf(treesitter): use child_containing_descendant() in has-ancestor? (#28512)vanaigr2
2024-05-16docs: misc (#28761)dundargoc1
2024-05-16vim-patch:5faeb60480c6 (#28768)zeertzjq1
2024-05-15docs: newsJustin M. Keyes5
2024-05-15perf(lua): avoid spairs in vim.validate happy pathLewis Russell1
2024-05-15perf(vim.fs.normalize): use iteratorLewis Russell1
2024-05-15perf(loader): use a quicker version of vim.fs.normalizeLewis Russell2
2024-05-15docs: misc (#28609)dundargoc7
2024-05-14fix(lsp): don't start additional client if attach failed (#28744)Mathias Fußenegger1
2024-05-14fix(treesitter): allow optional directive captures (#28664)Riley Bruins1
2024-05-14fix(health): clients may not support watchfiles #28710Maria José Solano1
2024-05-14feat(lsp): update LSP protocol 3.18 typings to date (#28730)Jongwook Choi1
2024-05-14perf(lsp): only joinpath for dirs in watchdirsMathias Fussenegger1
2024-05-14perf(fs): normalize path only once in fs.dirMathias Fussenegger1
2024-05-13refactor(lua): remove deprecated features #28725Justin M. Keyes3
2024-05-13fix(treesitter): text alignment in checkhealth vim.treesitterJongwook Choi1
2024-05-12refactor(api): nvim_win_xx_ns are EXPERIMENTALJustin M. Keyes2
2024-05-12refactor(api): rename nvim_win_remove_nsJustin M. Keyes2
2024-05-11vim-patch:9.1.0402: filetype: mdd files detected as zsh filetypeChristian Clason1
2024-05-11vim-patch:9.1.0401: filetype: zsh module files are not recognizedChristian Clason2
2024-05-10fix(lsp): disable didChangeWatchedFiles on LinuxLewis Russell1
2024-05-08vim-patch:9.1.0396: filetype: jj files are not recognized (#28672)Gregory Anders1
2024-05-07Merge #28637 more support for vim.lsp.ListOpts.loclistJustin M. Keyes2
2024-05-07feat(lsp): support vim.lsp.ListOpts.loclist in location_handler()tom-anders1
2024-05-07docs(lsp): document vim.lsp.ListOpts.loclisttom-anders2
2024-05-07refactor(lsp): use vim.cmd instead of api.nvim_commandtom-anders1
2024-05-07docs(lsp): fix type annotations in response_to_list(...)tom-anders1
2024-05-07refactor(lsp): move repeated table construction into a variabletom-anders1
2024-05-07fix(lsp): rename LspProgress data.result => data.params #28632Jongwook Choi1
2024-05-07refactor(lsp): use vim.is_callable()tom-anders1
2024-05-07refactor(lsp): s/options/opts for parameters in vim.lsp.buftom-anders1
2024-05-07fix(treesitter): clip end row earlyJaehwang Jung1
2024-05-07fix(lsp): enable() does not activate inlay hints on open buffers #28629Yi Ming1
2024-05-06revert: default LSP mappings (#28649)Gregory Anders1
2024-05-06refactor(snippet): rename exit() => stop() #28628Justin M. Keyes1
2024-05-05fix(defaults): diagnostic mappings descriptions #28646Evgeni Chasnovski1
2024-05-05docs: fix lua type warnings (#28633)Maria José Solano5
2024-05-04vim-patch:ad4881cb3c04 (#28636)zeertzjq1
2024-05-03fix(treesitter): escape "\" in :InspectTree #28613Riley Bruins1
2024-05-03fix(lsp): replace bug-prone ternary operation #28627Yi Ming1
2024-05-03fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612Justin M. Keyes3
2024-05-03perf(extmarks): better track whether namespace has extmarks (#28615)zeertzjq1
2024-05-02Merge #28101 nvim__redrawJustin M. Keyes5
2024-05-02feat(lsp): inlay_hint.is_enabled({filter}) #28523Yi Ming1
2024-05-02feat(api): add nvim__redraw for more granular redrawingLuuk van Baal5
2024-05-02feat(lsp): vim.lsp.inlay_hint.enable(nil) applies to all buffers #28543Yi Ming1
2024-05-02vim-patch:9.1.0390: filetype: inko files are not recognizedChristian Clason1