aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
...
* refactor(lsp): move more code to client.luaLewis Russell2024-02-11
* Merge pull request #27420 from MariaSolOs/warning-anxietyLewis Russell2024-02-11
|\
| * refactor(lsp): add vim.lsp.sync.Range typeMaria José Solano2024-02-10
| * refactor(lsp): add shared diagnostic handlerMaria José Solano2024-02-10
| * refactor(lsp): add type annotationsMaria José Solano2024-02-10
* | feat(shortmess): "q" flag fully hides recording message (#27415)Trevor Arjeski2024-02-11
* | Merge pull request #27253 from MariaSolOs/codelens-refreshbfredl2024-02-10
|\ \ | |/ |/|
| * feat(lsp): add opts paramater to vim.lsp.codelens.refreshMaria José Solano2024-02-08
* | refactor: rename FloatConfig to WinConfig #27397Will Hopkins2024-02-09
|/
* fix(lsp): rename fails on missing parent directory #27291Tomasz N2024-02-08
* feat(lsp): deprecate severity_limitLewis Russell2024-02-08
* refactor(treesitter): {start,stop} are optional in Query:iter_* methodsJongwook Choi2024-02-08
* refactor(treesitter): typing for Query, TSQuery, and TSQueryInfoJongwook Choi2024-02-08
* refactor(lsp): tidy up loggingLewis Russell2024-02-08
* feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber2024-02-08
* fix(lsp): set fallback client name properlyzeertzjq2024-02-08
* refactor(lsp): move client code to a regular Lua classLewis Russell2024-02-07
* feat(treesitter): show root nodes in :InspectTree (#26944)altermo2024-02-06
* fix(lsp): send back diagnostic tags to the serverLewis Russell2024-02-06
* docs: small fixes (#27213)dundargoc2024-02-06
* feat(treesitter): use 0-based indexing to show ranges in `:InspectTree`Jongwook Choi2024-02-05
* fix(lsp): handle adjacent snippet tabstopsMaria José Solano2024-02-05
* Merge pull request #27328 from wookayin/fix/lsp-tagfuncLewis Russell2024-02-05
|\
| * fix(lsp): fix infinite loop on vim.lsp.tagfuncJongwook Choi2024-02-03
* | fix(treesitter): inspect-tree remember opts on buf changealtermo2024-02-04
* | vim-patch:9.1.0076: luau config file not detectedChristian Clason2024-02-04
|/
* refactor: create function for deferred loadingdundargoc2024-02-03
* fix(vim.system): don't process non-fast events during wait() (#27300)zeertzjq2024-02-02
* feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2024-02-01
* feat(api): add nvim_tabpage_set_win (#27222)Will Hopkins2024-01-29
* feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders2024-01-28
* refactor(lsp): client_hints typo #27250Maria José Solano2024-01-28
* docs: enforce "treesitter" spelling #27110Jongwook Choi2024-01-28
* vim-patch:9.1.0049: Make "[Command Line]" a special buffer nameSean Dewar2024-01-28
* revert: "feat(treesitter): add foldtext with treesitter highlighting"Till Bungert2024-01-27
* feat: improve return type annotations for vim.api.*Lewis Russell2024-01-26
* vim-patch:9.1.0058: Cannot map Super Keys in GTK UI (#27204)zeertzjq2024-01-26
* docs: various fixes (#27063)dundargoc2024-01-25
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* refactor: rewrite ruby provider in luadundargoc2024-01-24
* fix(treesitter): avoid # of nil in _query_linterDaniel Kongsgaard2024-01-24
* refactor: rewrite perl provider in luadundargoc2024-01-24
* fix(spell): always accept ':' as filename char in 'spellfile' (#27172)zeertzjq2024-01-24
* fix(treesitter): prefix treesitter types with vimPhạm Huy Hoàng2024-01-24
* test: typing for screen.luaLewis Russell2024-01-23
* fix(diagnostic): fix typing on field |diagnostic-severity|Jongwook Choi2024-01-23
* refactor: rewrite python provider in luadundargoc2024-01-22
* docs(options): remove misleading sentence (#27129)zeertzjq2024-01-22
* feat(fold): transparent foldtextLewis Russell2024-01-22
* Merge pull request #27076 from glepnir/extmark_hlgroupbfredl2024-01-22
|\