aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
...
* docs #22363Justin M. Keyes2023-06-19
* fix(treesitter): use vim.highlight.priorities instead of hardcoded 100 (#24052)Santos Gallegos2023-06-18
* fix(fs): make `normalize()` work with '/' path (#24047)Evgeni Chasnovski2023-06-18
* fix(lsp): allow Lua pattern chars in code action filter (#24041)Jonas Strittmatter2023-06-17
* perf(lsp): reduce polling handles for workspace/didChangeWatchedFiles (#23500)Jon Huhn2023-06-14
* fix(codelens): add buffer and line checks before displaying codelens (#23887)Rohit Sukumaran2023-06-13
* fix(lsp): handle stale bufnr on LspRequest autocmd trigger (#24013)Mathias Fußenegger2023-06-13
* docs: various clarifications (#23999)zeertzjq2023-06-12
* Merge #23954 vim.version() returns Version objectJustin M. Keyes2023-06-11
|\
| * feat: tostring(vim.version())Justin M. Keyes2023-06-12
| * feat: vim.version() returns a Version objectGianmaria Bajo2023-06-12
* | docs: fix vim.tbl_get type annotations #23992Stanislav Asunkin2023-06-11
|/
* refactor(treesitter): use npcall in _query_linter.lua #23985Stephan Seitz2023-06-11
* fix(remote): restore previous --remote-expr output formatting (#23988)zeertzjq2023-06-11
* feat(lsp): add handlers for inlay hints (#23736)Chinmay Dalal2023-06-11
* fix(remote): make --remote-expr print to stdout (#23980)zeertzjq2023-06-11
* feat(lua): use callable table as iterator in vim.iter (#23957)Mathias Fußenegger2023-06-10
* fix(lsp): use percentage format on lsp.status (#23971)Raphael2023-06-10
* docs: fix typos (#23917)Jonas Strittmatter2023-06-10
* vim-patch:9.0.1622: filetype name t32 is a bit obscure (#23967)Christian Clason2023-06-09
* feat(lsp)!: add vim.lsp.status, client.progress and promote LspProgressUpdate...Mathias Fußenegger2023-06-09
* vim-patch:9.0.1620: Nix files are not recognized from the hashbang line (#23961)Christian Clason2023-06-09
* vim-patch:9.0.1618: Trace32 files are not recognized (#23960)Christian Clason2023-06-08
* feat(lua): add ringbuffer (#22894)Mathias Fußenegger2023-06-08
* vim-patch:9.0.1615: URL shortcut files are not recognized (#23950)Christian Clason2023-06-07
* feat(lua): add `vim.system()`Lewis Russell2023-06-07
* fix(lsp): reduce diagnostics and add more types (#23948)Lewis Russell2023-06-07
* feat(scripts): add lsp_types.lua (#23750)max3975742023-06-07
* feat(health): fold successful healthchecks #22866Alexandre Teoi2023-06-06
* refactor!: rename "playground" => "dev" #23919Justin M. Keyes2023-06-06
* fix: version-range < and <= #23539Gianmaria Bajo2023-06-06
* fix(lsp): use only utf-16 in default client positionEncodings (#23903)Gregory Anders2023-06-05
* refactor(lsp): use LPeg for watchfiles matching (#23788)Jon Huhn2023-06-05
* fix(lsp): set extra info only when it has a value (#23868)Raphael2023-06-05
* fix(lsp): restore marks after apply_text_edits() #14630Folke Lemaitre2023-06-04
* feat(lsp): set kind in select call for codelens #23889Artyom Andreev2023-06-03
* vim-patch:9.0.1601: filetype detection fails for *.conf file without comments...Christian Clason2023-06-04
* perf(iter): make ListIter.totable more efficient (#23714)Lewis Russell2023-06-03
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* docs(iter): add emmylua type to iter module (#23845)Sebastian Lyng Johansen2023-06-03
* docs: small fixes (#23619)dundargoc2023-06-02
* feat(lsp): include positionEncodings in default client capabilitiesGregory Anders2023-06-01
* feat(lsp): set client offset_encoding if server supports positionEncodingGregory Anders2023-06-01
* fix(lsp): add param assert in client_is_stopped (#23857)Raphael2023-06-01
* feat(lsp)!: promote LspRequest to a full autocmd and enrich with additional d...jdrouhard2023-05-30
* fix(lsp): fix dynamic registration of code actions (#23826)Folke Lemaitre2023-05-30
* vim-patch:9.0.1591: some "gomod" files are not recognized (#23820)Omar El Halabi2023-05-30
* vim-patch:9.0.1587: Corn config files are not recognized (#23807)Christian Clason2023-05-29
* vim-patch:9.0.1584: not all meson files are recognized (#23797)Christian Clason2023-05-28
* feat(lsp): initial support for dynamic capabilities (#23681)Folke Lemaitre2023-05-28