summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2023-12-22feat(lsp): add type annotations for lsp.util.locations_to_items (#26694)Mathias Fußenegger1
2023-12-22docs(options): add codeblock annotations to options.lua (#26696)Christian Clason1
2023-12-22vim-patch:9.0.2183: Maximum callback depth is not configurable (#26703)zeertzjq1
2023-12-21feat: generate types and docs for v variablesLewis Russell1
2023-12-21fix(osc52): use nvim_chan_send() to stderr for copying (#26690)zeertzjq1
2023-12-20docs: apply current colorscheme to default highlight groupsChristian Clason1
2023-12-20refactor(treesitter): cleanup highlighterLewis Russell1
2023-12-19vim-patch:9.0.2179: no filetype detection for execline scriptsChristian Clason2
2023-12-19fix(treesitter): prepare highlight states for [s, ]sJaehwang Jung1
2023-12-19docs: small fixes (#26448)dundargoc1
2023-12-18feat(api): add forward and back mouse buttonsAmanda Graven1
2023-12-18refactor: soft-deprecate diagnostic signs configured with :sign-define (#26618)Gregory Anders1
2023-12-17docs(diagnostic): add return value of `vim.diagnostic.config()` (#26615)Yi Ming1
2023-12-17perf(treesitter): filter out trees outside the visible range earlyJaehwang Jung1
2023-12-17refactor(lsp): move changetracking to separate file (#26577)Lewis Russell3
2023-12-16refactor: only reload colorscheme if &bg changed (#26598)Gregory Anders1
2023-12-16vim-patch:82f19734bfcbChristian Clason1
2023-12-16feat(ui): completeopt support popup like vimmathew4
2023-12-15refactor(defaults): always set options, even if value hasn't changed (#26595)Gregory Anders1
2023-12-15Merge pull request #26579 from gpanders/defer-set-tgcGregory Anders2
2023-12-15vim-patch:17dca3cb97cd (#26584)zeertzjq1
2023-12-14refactor(defaults): defer setting 'termguicolors' until after VimEnterGregory Anders1
2023-12-14fix(termcap): set 'nested' on TermResponse autocommandGregory Anders1
2023-12-14refactor(diagnostic): use named namespaces (#26568)Gregory Anders1
2023-12-14docs: add comment for OSC 11 tmux passthrough (#26566)Gregory Anders1
2023-12-14feat(lsp): more annotationsLewis Russell15
2023-12-14feat(nvim_open_term): convert LF => CRLF (#26384)Raphael2
2023-12-14fix(defaults): background detection in tmux (#26557)Jaehwang Jung1
2023-12-13docs: add installation and build guides from wiki to repodundargoc1
2023-12-13feat(diagnostics): support numhl and linehl for diagnostic signsGregory Anders1
2023-12-13docs(diagnostic): fix typo in exampleGregory Anders1
2023-12-13fix(diagnostic): check for sign namespace instead of sign groupGregory Anders1
2023-12-13refactor(diagnostic): set sign by using extmark (#26193)Raphael1
2023-12-13fix(termcap): only call callback for requested capabilities (#26546)Gregory Anders1
2023-12-12feat(iter): add `Iter.take` (#26525)Will Hopkins1
2023-12-11Merge pull request #26506 from tomtomjhj/tsfoldLewis Russell1
2023-12-12fix(treesitter): improve vim.treesitter.foldexprJaehwang Jung1
2023-12-12fix(treesitter): fix indexing in foldexprJaehwang Jung1
2023-12-11feat(gen_lsp.lua): validate CLI args #26514Jongwook Choi1
2023-12-08fix(snippet): remove misleading comment about TM_FILENAME_BASE (#26465)Maria José Solano1
2023-12-06Merge pull request #26407 from gpanders/default-tgcGregory Anders4
2023-12-06feat(defaults): enable 'termguicolors' by default when supported by terminalGregory Anders4
2023-12-06fix(json): allow objects with empty keys #25564Emanuel1
2023-12-05feat(lua): implement Iter:join() (#26416)Gregory Anders1
2023-12-05refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini2
2023-12-05vim-patch:9.0.2148: Vim does not detect pacman.log fileChristian Clason1
2023-12-04fix(treesitter): allow passing lang to vim.treesitter.get_node() now correctl...Jongwook Choi1
2023-12-02vim-patch:9.0.2139: html.angular ft is problematic (#26357)zeertzjq1
2023-11-30fix: use BEL to terminate OSC 11 request (#26335)Gregory Anders1
2023-11-30vim-patch:9.0.2137: Can't detect angular & mustache filetypesObserverOfTime1