doc/contributing/coding-conventions: add subsection for language servers

This commit is contained in:
Anderson Torres 2022-12-25 10:11:05 -03:00
parent e4d0f455fa
commit 593381845f

View File

@ -260,6 +260,10 @@ When in doubt, consider refactoring the `pkgs/` tree, e.g. creating new categori
- `development/tools/build-managers` (e.g. `gnumake`)
- **If its a _language server_:**
- `development/tools/language-servers` (e.g. `ccls` or `rnix-lsp`)
- **Else:**
- `development/tools/misc` (e.g. `binutils`)