summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2023-06-12feat: tostring(vim.version())Justin M. Keyes1
2023-06-11docs: fix vim.tbl_get type annotations #23992Stanislav Asunkin1
2023-06-12feat: vim.version() returns a Version objectGianmaria Bajo1
2023-06-11refactor(treesitter): use npcall in _query_linter.lua #23985Stephan Seitz1
2023-06-11fix(remote): restore previous --remote-expr output formatting (#23988)zeertzjq1
2023-06-11feat(lsp): add handlers for inlay hints (#23736)Chinmay Dalal5
2023-06-11fix(remote): make --remote-expr print to stdout (#23980)zeertzjq1
2023-06-10feat(lua): use callable table as iterator in vim.iter (#23957)Mathias Fußenegger1
2023-06-10fix(lsp): use percentage format on lsp.status (#23971)Raphael1
2023-06-10docs: fix typos (#23917)Jonas Strittmatter2
2023-06-09vim-patch:9.0.1622: filetype name t32 is a bit obscure (#23967)Christian Clason1
2023-06-09feat(lsp)!: add vim.lsp.status, client.progress and promote LspProgressUpdate...Mathias Fußenegger4
2023-06-09vim-patch:9.0.1620: Nix files are not recognized from the hashbang line (#23961)Christian Clason1
2023-06-08vim-patch:9.0.1618: Trace32 files are not recognized (#23960)Christian Clason1
2023-06-08feat(lua): add ringbuffer (#22894)Mathias Fußenegger1
2023-06-07vim-patch:9.0.1615: URL shortcut files are not recognized (#23950)Christian Clason1
2023-06-07feat(lua): add `vim.system()`Lewis Russell4
2023-06-07fix(lsp): reduce diagnostics and add more types (#23948)Lewis Russell2
2023-06-07feat(scripts): add lsp_types.lua (#23750)max3975741
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(editorconfig): check that buffer is valid (#23922)Gregory Anders1
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 Russell17
2023-06-03docs(iter): add emmylua type to iter module (#23845)Sebastian Lyng Johansen1
2023-06-02docs: small fixes (#23619)dundargoc1
2023-06-02fix(health): stop job properly on timeout (#23877)zeertzjq1
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