diff --git a/README.md b/README.md index 28e94c3..accbe69 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,34 @@ The default configuration performs editing without settings for any particular l - Go `nix run github:fred-drake/neovim#golang` - Python `nix run github:fred-drake/neovim#python` +## Technology Support + +
| Technology | Formatter | Language Server | Debugger | Nix Configuration | + + +
|---|---|---|---|---|
| Nix | alejandra | nil-ls, nixd | default | |
| Just | just | default | ||
| SQL | sqlformat | default | ||
| Lua | stylua | default | ||
| YAML | yamlfmt | yamllint, yamlls | default | |
| CSS | prettier | default | ||
| HTML | prettier | default | ||
| Javascript | prettier | default | ||
| Typescript | prettier | default | ||
| JSON | prettier | jsonls | default | |
| Markdown | prettier | marksman | default | |
| Ruby | rubyfmt | default | ||
| Terraform | tofu_fmt | default | ||
| TOML | taplo | taplo | default | |
| C# | csharpier | csharp-ls | netcoredbg | csharp |
| Go | golines | gopls | delve | golang |
| Python | black, isort | flake8, jedi, pylint, rope, mccabe | dap-python | python |
| Rust | rustfmt | clippy | lldb | rust |