summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2025-01-19fix(treesitter): clean up parsing queueJaehwang Jung1
2025-01-18fix(diagnostic)!: make virtual text handler opt-in (#32079)Gregory Anders1
2025-01-17fix(lsp): use filterText as word if textEdit/label doesn't matchMathias Fussenegger1
2025-01-17vim-patch:9.1.1026: filetype: swc configuration files are not recognizedChristian Clason1
2025-01-17fix(messages): lsp window/showMessage is not an errorLuuk van Baal2
2025-01-17vim-patch:9.1.1020: no way to get current selected item in a async context (#...zeertzjq1
2025-01-16refactor(options): generic expand and did_set callbacks (#32011)Lewis Russell1
2025-01-16vim-patch:9.1.1019: filetype: fd ignore files are not recognized (#32042)Christian Clason1
2025-01-15fix(docs): replace `yxx` mappings with `g==` #31947Evgeni Chasnovski1
2025-01-15Merge #32001 from MariaSolOs/consistent-namespacesJustin M. Keyes22
2025-01-15fix(lsp): vim.lsp.enable(...,false) does not disable #32002Andrew Braxton1
2025-01-14refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano16
2025-01-14refactor: use nvim.foo.bar format for namespacesMaria José Solano13
2025-01-14feat(vim.fs): find(), dir() can "follow" symlinks #31551Mike1
2025-01-14fix(lsp): schedule call to vim.lsp.start for async root_dir (#31998)Gregory Anders1
2025-01-14feat(api): nvim_open_win() relative to tabline and laststatus #32006luukvbaal1
2025-01-14vim-patch:9.1.1010: filetype: VisualCode setting file not recognized (#32003)zeertzjq1
2025-01-14perf(treesitter): calculate folds asynchronouslyRiley Bruins1
2025-01-13fix(lsp): minimum height for floating popup #31990Xuyuan Pang1
2025-01-13fix(options): better handling of empty valuesLewis Russell1
2025-01-13feat: add vim.fs.relpathdundargoc1
2025-01-12feat(treesitter)!: don't parse tree in get_parser() or start()Riley Bruins2
2025-01-12feat(treesitter): async parsingRiley Bruins5
2025-01-12perf(treesitter): cache queries stronglyRiley Bruins1
2025-01-12vim-patch:9.1.1007: filetype: various ignore are not recognizedChristian Clason1
2025-01-11feat(diagnostic)!: filter diagnostics by severity before passing to handlers ...Gregory Anders1
2025-01-11vim-patch:668e9f2: runtime(filetype): don't detect string interpolation as an...Christian Clason1
2025-01-11docs: miscdundargoc6
2025-01-10fix(treesitter): don't return error message on success #31955Guilherme Soares1
2025-01-10refactor(treesitter.foldexpr): remove unused parse_injections parameterRiley Bruins1
2025-01-10refactor(api): deprecate nvim_notify #31938Justin M. Keyes1
2025-01-09docs: misc #31867Justin M. Keyes4
2025-01-09feat(docs): "yxx" runs Lua/Vimscript code examples #31904Riley Bruins2
2025-01-09Merge #31900 from luukvbaal/nvim_echoJustin M. Keyes6
2025-01-09feat(api): deprecate nvim_out/err_write(ln)Luuk van Baal5
2025-01-09feat(api): add err field to nvim_echo() optsLuuk van Baal2
2025-01-09vim-patch:9.1.0998: filetype: TI assembly files are not recognized (#31929)zeertzjq2
2025-01-08fix(api): nvim_set_decoration_provider callback return type #31912notomo1
2025-01-08vim-patch:9.1.0995: filetype: shaderslang files are not detectedChristian Clason1
2025-01-07feat(health): show :checkhealth in floating window #31086glepnir2
2025-01-07perf(treesitter): don't fetch parser for each fold lineRiley Bruins1
2025-01-07vim-patch:9.1.0991: v:stacktrace has wrong type in Vim9 scriptzeertzjq1
2025-01-07vim-patch:9.1.0984: exception handling can be improvedzeertzjq2
2025-01-06refactor(treesitter): simplify condition #31889Riley Bruins1
2025-01-06Merge #31625 perf(decor): improve iter_captures() cacheJustin M. Keyes2
2025-01-06fix(lsp): open_floating_preview() zindex relative to current window #31886luukvbaal1
2025-01-06refactor: split predicates and directivesvanaigr2
2025-01-06perf(decor): join predicates and matches cachevanaigr1
2025-01-05fix(health): "q" should not close last window #31876Justin M. Keyes1
2025-01-05feat(health): close checkhealth buffers with q #31870Maria José Solano1