From 4ca36cd5e45166d540a06c1aef690e761e18ed41 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 3 Oct 2024 22:37:42 -0400 Subject: [PATCH] Converted table to more pure markdown --- README.md | 45 ++++++++++++++++++++------------------------- 1 file changed, 20 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index accbe69..108eb4f 100644 --- a/README.md +++ b/README.md @@ -30,31 +30,26 @@ The default configuration performs editing without settings for any particular l ## Technology Support - - - - - - - - - - - - - - - - - - - - - - - - -
TechnologyFormatterLanguage ServerDebuggerNix Configuration
Nixalejandranil-ls, nixddefault
Justjustdefault
SQLsqlformatdefault
Luastyluadefault
YAMLyamlfmtyamllint, yamllsdefault
CSSprettierdefault
HTMLprettierdefault
Javascriptprettierdefault
Typescriptprettierdefault
JSONprettierjsonlsdefault
Markdownprettiermarksmandefault
Rubyrubyfmtdefault
Terraformtofu_fmtdefault
TOMLtaplotaplodefault
C#csharpiercsharp-lsnetcoredbgcsharp
Gogolinesgoplsdelvegolang
Pythonblack, isortflake8, jedi, pylint, rope, mccabedap-pythonpython
Rustrustfmtclippylldbrust
+| 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 | ## Things To Do