mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-11 23:43:19 +00:00
Merge branch 'main' into no-default-mappings-option
This commit is contained in:
commit
5074314b56
11 changed files with 149 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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: -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue