📚 docs(nvim): added new linters and formatters

This commit is contained in:
Sergio Laín 2024-01-07 19:25:07 +01:00
parent 2d5c2ecc36
commit eddc3f8375
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 8 additions and 1 deletions

View file

@ -593,18 +593,22 @@
- biome - biome
- cmakelint - cmakelint
- credo - credo
- cspell
- eslint - eslint
- fish - fish
- golangcil-lint
- hadolint - hadolint
- markdownlint - markdownlint
- pylint - pylint
- shellcheck - shellcheck
- stylelint - stylelint
- terraform_validate - terraform_validate
- typos
- vale - vale
### Formatters ### Formatters
- biome
- black - black
- csharpier - csharpier
- fish_indent - fish_indent
@ -617,6 +621,8 @@
- shfmt - shfmt
- stylua - stylua
- terraform_fmt - terraform_fmt
- trim_newlines
- trim_whitespace
# :gear: <samp>Config</samp> # :gear: <samp>Config</samp>

View file

@ -79,7 +79,7 @@
"nvim-dap-virtual-text": { "branch": "master", "commit": "d4542ac257d3c7ee4131350db6179ae6340ce40b" }, "nvim-dap-virtual-text": { "branch": "master", "commit": "d4542ac257d3c7ee4131350db6179ae6340ce40b" },
"nvim-devdocs": { "branch": "master", "commit": "521d24661ffe6d1ba025debea2675c765a9c1ee1" }, "nvim-devdocs": { "branch": "master", "commit": "521d24661ffe6d1ba025debea2675c765a9c1ee1" },
"nvim-lightbulb": { "branch": "master", "commit": "8f00b89dd1b1dbde16872bee5fbcee2e58c9b8e9" }, "nvim-lightbulb": { "branch": "master", "commit": "8f00b89dd1b1dbde16872bee5fbcee2e58c9b8e9" },
"nvim-lint": { "branch": "master", "commit": "d44185d3e57e00c164485a454174294b36ef7067" }, "nvim-lint": { "branch": "master", "commit": "8df53b5dde8ea80f0a039775777eae6648a10229" },
"nvim-lsp-file-operations": { "branch": "master", "commit": "8e7223e138590c1bd9d86d3de810e65939d8b12f" }, "nvim-lsp-file-operations": { "branch": "master", "commit": "8e7223e138590c1bd9d86d3de810e65939d8b12f" },
"nvim-lspconfig": { "branch": "master", "commit": "796394fd19fb878e8dbc4fd1e9c9c186ed07a5f4" }, "nvim-lspconfig": { "branch": "master", "commit": "796394fd19fb878e8dbc4fd1e9c9c186ed07a5f4" },
"nvim-notify": { "branch": "master", "commit": "1576123bff3bed67bc673a3076e591abfe5d8ca9" }, "nvim-notify": { "branch": "master", "commit": "1576123bff3bed67bc673a3076e591abfe5d8ca9" },

View file

@ -14,6 +14,7 @@ return {
"markdown", "markdown",
"python", "python",
"lua", "lua",
"html",
}, },
}, },
} }