Merge branch 'main' into fix-highlight-color-type

This commit is contained in:
raf 2025-04-23 19:36:13 +00:00 committed by GitHub
commit 43421d5612
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 91 additions and 28 deletions

View file

@ -107,6 +107,8 @@
- Add `LazyFile` user event.
- Migrate language modules from none-ls to conform/nvim-lint
- Add tsx support in conform and lint
- Moved code setting `additionalRuntimePaths` and `enableLuaLoader` out of
`luaConfigPre`'s default to prevent being overridden
[diniamo](https://github.com/diniamo):
@ -343,3 +345,7 @@
[howird](https://github.com/howird):
- Change python dap adapter name from `python` to commonly expected `debugpy`.
[aionoid](https://github.com/aionoid):
- Fix [render-markdown.nvim] file_types option type to list, to accept merging.