summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2023-06-06feat(health): fold successful healthchecks #22866Alexandre Teoi1
2023-06-06refactor!: rename "playground" => "dev" #23919Justin M. Keyes2
2023-06-06fix: version-range < and <= #23539Gianmaria Bajo1
2023-06-05fix(lsp): use only utf-16 in default client positionEncodings (#23903)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(lsp): set kind in select call for codelens #23889Artyom Andreev1
2023-06-04vim-patch:9.0.1601: filetype detection fails for *.conf file without comments...Christian Clason1
2023-06-03perf(iter): make ListIter.totable more efficient (#23714)Lewis Russell1
2023-06-03feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell13
2023-06-03docs(iter): add emmylua type to iter module (#23845)Sebastian Lyng Johansen1
2023-06-02docs: small fixes (#23619)dundargoc1
2023-06-01feat(lsp): include positionEncodings in default client capabilitiesGregory Anders1
2023-06-01feat(lsp): set client offset_encoding if server supports positionEncodingGregory Anders1
2023-06-01fix(lsp): add param assert in client_is_stopped (#23857)Raphael1
2023-05-30feat(lsp)!: promote LspRequest to a full autocmd and enrich with additional d...jdrouhard1
2023-05-30fix(lsp): fix dynamic registration of code actions (#23826)Folke Lemaitre1
2023-05-30vim-patch:9.0.1591: some "gomod" files are not recognized (#23820)Omar El Halabi1
2023-05-29vim-patch:9.0.1587: Corn config files are not recognized (#23807)Christian Clason1
2023-05-28vim-patch:9.0.1584: not all meson files are recognized (#23797)Christian Clason1
2023-05-28feat(lsp): initial support for dynamic capabilities (#23681)Folke Lemaitre6
2023-05-26fix: function was renamed (#23772)Matthieu Coudron1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell3
2023-05-20feat(fs): expose join_paths as `vim.fs.joinpath` (#23685)Christian Clason1
2023-05-20fix(lsp): don't register didChangeWatchedFiles when capability not set (#23689)Jon Huhn1
2023-05-19vim-patch:9.0.1565: json lines files are not recognized (#23677)Christian Clason1
2023-05-18fix(treesitter): allow foldexpr without highlights (#23672)Lewis Russell2
2023-05-17feat(treesitter): improved logging (#23638)Lewis Russell3
2023-05-16fix(treesitter): correctly calculate bytes for text sources (#23655)Lewis Russell1
2023-05-15fix(treesitter): update c queriesChristian Clason1
2023-05-13docs: small fixesdundargoc7
2023-05-13vim-patch:9.0.1549: USD filetype is not recognized (#23608)Christian Clason1
2023-05-13fix(treesitter): support subfiletypes in get_lang (#23605)Christian Clason1
2023-05-13refactor(lsp): mark server_ready function as deprecated (#23520)Raphael1
2023-05-11feat(treesitter): add support for setting query depthsLewis Russell2
2023-05-11vim-patch:9.0.1539: typst filetype is not recognized (#23578)Gaétan Lepage2
2023-05-09docs(lsp): fix `config.cmd` argument for `vim.lsp.start_client` (#23560)hituzi no sippo1
2023-05-09fix(lsp): fix relative patterns for `workspace/didChangeWatchedFiles` (#23548)Jon Huhn1
2023-05-09docs(lsp): fix type of `config.cmd` argument for `vim.lsp.start_client` (#23550)hituzi no sippo1
2023-05-06feat(lua): add hl priority opts on yank (#23509)marcoSven1
2023-05-05perf(lsp): load buffer contents once when processing semantic tokens response...jdrouhard2
2023-05-02perf(treesitter): insert/remove items efficiently (#23443)Lewis Russell1
2023-05-02fix(treesitter): do not calc folds on unloaded buffersLewis Russell1
2023-05-01fix(treesitter): foldexpr tweaksLewis Russell2
2023-05-01vim-patch:9.0.1503: Luau files are not recognized (#23412)Christian Clason1
2023-05-01perf(lsp): process semantic tokens response in a coroutine that yields every ...jdrouhard1
2023-04-30fix(treesitter): redraw added/removed injections properly (#23287)Lewis Russell2
2023-04-30feat(treesitter): upstream query omnifunc from playground (#23394)Christian Clason2
2023-04-29Merge pull request #23382 from gpanders/iter-benchmarkGregory Anders1