Merge branch 'main' into clipboard-module

This commit is contained in:
Ching Pei Yang 2025-05-09 23:23:04 +02:00 committed by GitHub
commit b26e8b2db6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 100 additions and 91 deletions

View file

@ -119,6 +119,7 @@
- Add tsx support in conform and lint
- Moved code setting `additionalRuntimePaths` and `enableLuaLoader` out of
`luaConfigPre`'s default to prevent being overridden
- Use conform over custom autocmds for LSP format on save
[diniamo](https://github.com/diniamo):
@ -322,6 +323,8 @@
- Fix fzf-lua having a hard dependency on fzf.
- Enable inlay hints support - `config.vim.lsp.inlayHints`.
- Add `neo-tree`, `snacks.picker` extensions to `lualine`.
- Add support for `vim.lsp.formatOnSave` and
`vim.lsp.mappings.toggleFormatOnSave`
[tebuevd](https://github.com/tebuevd):