Merge branch 'main' into no-default-mappings-option

This commit is contained in:
raf 2026-04-10 20:03:04 +03:00 committed by GitHub
commit 5074314b56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 149 additions and 33 deletions

View file

@ -9,8 +9,6 @@ When working with NodeJS, which is _obviously_ known for its meticulous
standards, most things are bound to work as expected but some projects, tools
and settings may fool the default configurations of tools provided by **nvf**.
If
If [eslint-plugin-prettier] or similar is included, you might get a situation
where your Eslint configuration diagnoses your formatting according to its own
config (usually `.eslintrc.js`). The issue there is your formatting is made via

View file

@ -304,6 +304,8 @@
- Added `languages.jq`. Supports highlighting, formatting and lsp.
- Extend `languages.asm` to support more filetypes out of the box.
- Didn't Add
[`syntax-gaslighting`](https://github.com/NotAShelf/syntax-gaslighting.nvim),
you're crazy.
@ -381,4 +383,8 @@ https://github.com/gorbit99/codewindow.nvim
- Added configuration option for `foldenable`
[CaueAnjos](https://github.com/caueanjos)
- Add razor support for `roslyn_ls` and `csharp_ls`
<!-- vim: set textwidth=80: -->