mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-05 14:59:28 -05:00
Added node support
This commit is contained in:
@@ -30,23 +30,24 @@ The default configuration performs editing without settings for any particular l
|
||||
|
||||
## 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 |
|
||||
| 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 |
|
||||
| Node | prettier | tsserver | vscode-js-debug | javascript |
|
||||
|
||||
Reference in New Issue
Block a user