feat: give null-ls priority over other formatters

This commit is contained in:
n3oney 2023-05-23 22:53:18 +02:00
commit 6b61beb0ef
No known key found for this signature in database
GPG key ID: C786693DE727850E
2 changed files with 33 additions and 3 deletions

View file

@ -20,6 +20,8 @@ https://github.com/n3oney[n3oney]:
* Refactored the resolveDag function - you can just provide a string now, which will default to dag.entryAnywhere
* Fixed formatting issues and gave null-ls priority over other formatters
https://github.com/horriblename[horriblename]:
* Added `clangd` as alternative lsp for C/++.