aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
...
* 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
* fix: function was renamed (#23772)Matthieu Coudron2023-05-26
* 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