aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* feat(fs): expose join_paths as `vim.fs.joinpath` (#23685)Christian Clason2023-05-20
* fix(lsp): don't register didChangeWatchedFiles when capability not set (#23689)Jon Huhn2023-05-20
* vim-patch:9.0.1565: json lines files are not recognized (#23677)Christian Clason2023-05-19
* fix(treesitter): allow foldexpr without highlights (#23672)Lewis Russell2023-05-18
* feat(treesitter): improved logging (#23638)Lewis Russell2023-05-17
* fix(treesitter): correctly calculate bytes for text sources (#23655)Lewis Russell2023-05-16
* fix(treesitter): update c queriesChristian Clason2023-05-15
* docs: small fixesdundargoc2023-05-13
* vim-patch:9.0.1549: USD filetype is not recognized (#23608)Christian Clason2023-05-13
* fix(treesitter): support subfiletypes in get_lang (#23605)Christian Clason2023-05-13
* refactor(lsp): mark server_ready function as deprecated (#23520)Raphael2023-05-13
* feat(treesitter): add support for setting query depthsLewis Russell2023-05-11
* vim-patch:9.0.1539: typst filetype is not recognized (#23578)Gaétan Lepage2023-05-11
* docs(lsp): fix `config.cmd` argument for `vim.lsp.start_client` (#23560)hituzi no sippo2023-05-09
* fix(lsp): fix relative patterns for `workspace/didChangeWatchedFiles` (#23548)Jon Huhn2023-05-09
* docs(lsp): fix type of `config.cmd` argument for `vim.lsp.start_client` (#23550)hituzi no sippo2023-05-09
* feat(lua): add hl priority opts on yank (#23509)marcoSven2023-05-06
* perf(lsp): load buffer contents once when processing semantic tokens response...jdrouhard2023-05-05
* perf(treesitter): insert/remove items efficiently (#23443)Lewis Russell2023-05-02
* fix(treesitter): do not calc folds on unloaded buffersLewis Russell2023-05-02
* fix(treesitter): foldexpr tweaksLewis Russell2023-05-01
* vim-patch:9.0.1503: Luau files are not recognized (#23412)Christian Clason2023-05-01
* perf(lsp): process semantic tokens response in a coroutine that yields every ...jdrouhard2023-05-01
* fix(treesitter): redraw added/removed injections properly (#23287)Lewis Russell2023-04-30
* feat(treesitter): upstream query omnifunc from playground (#23394)Christian Clason2023-04-30
* Merge pull request #23382 from gpanders/iter-benchmarkGregory Anders2023-04-29
|\
| * perf(iter): reduce number of table allocationsGregory Anders2023-04-28
* | feat(treesitter): add query_linter from nvim-treesitter/playground (#22784)Stephan Seitz2023-04-29
|/
* refactor(build): include lpeg as a librarybfredl2023-04-27
* Merge pull request #23303 from gpanders/more-vim-iterGregory Anders2023-04-25
|\
| * refactor(iter): move helper functions under vim.iterGregory Anders2023-04-25
* | feat(lua): vim.keycode (#22960)ii142023-04-25
|/
* vim-patch:9.0.1478: filetypes for *.v files not detected properly (#23282)Christian Clason2023-04-23
* vim-patch:9.0.1475: busted configuration files are not recognized (#23266)zeertzjq2023-04-22
* feat(lsp): enable workspace/didChangeWatchedFiles by default (#23190)Jon Huhn2023-04-22
* refactor(iter): use metatable as packed table tag (#23254)Gregory Anders2023-04-21
* refactor(lua): simplify vim.gsplit implJustin M. Keyes2023-04-21
* fix(lua): vim.split may trim inner empty itemsJustin M. Keyes2023-04-21
* fix(treesitter playground): fix the wrong range of a node displayed i… (#23...William2023-04-20
* Merge pull request #23198 from gpanders/iter-fixGregory Anders2023-04-19
|\
| * fix(iter): remove special case totable for map-like tablesGregory Anders2023-04-19
| * fix(iter): add tag to packed tableGregory Anders2023-04-19
* | vim-patch:9.0.1467: Jenkinsfiles are not recognized as groovy (#23195)Christian Clason2023-04-19
* | vim-patch:9.0.1464: strace filetype detection is expensive (#23175)Christian Clason2023-04-19
|/
* feat(lua): add vim.iter (#23029)Gregory Anders2023-04-17
* fix(watchfiles): skip Created events when poll starts (#23139)Jon Huhn2023-04-17
* feat(diagnostic): specify diagnostic virtual text prefix as a functionIsak Samsten2023-04-17
* fix(checkhealth): fix crash due to incorrect argument typedundargoc2023-04-16
* fix(lua): inspect_pos respect bufnr when get syntax info (#23098)Raphael2023-04-16