mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
Merge 163eb0d003
into c7a4e99837
This commit is contained in:
commit
aba9d5239e
44 changed files with 415 additions and 548 deletions
|
@ -376,8 +376,8 @@ The changes are, in no particular order:
|
|||
|
||||
- Add [biome](https://github.com/biomejs/biome) support for Typescript, CSS and
|
||||
Svelte. Enable them via [](#opt-vim.languages.ts.format.type),
|
||||
[](#opt-vim.languages.css.format.type) and
|
||||
[](#opt-vim.languages.svelte.format.type) respectively.
|
||||
[](#opt-vim.languages.css.format.type) and `vim.languages.svelte.format.type`
|
||||
respectively.
|
||||
- Replace [nixpkgs-fmt](https://github.com/nix-community/nixpkgs-fmt) with
|
||||
[nixfmt](https://github.com/NixOS/nixfmt) (nixfmt-rfc-style).
|
||||
|
||||
|
|
|
@ -130,6 +130,9 @@
|
|||
- 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
|
||||
- Allow multiple formatters in language modules.
|
||||
- Remove formatter options for `astro` and `svelte`, as they have been broken
|
||||
since conception
|
||||
|
||||
[diniamo](https://github.com/diniamo):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue