From eddc3f8375ca75deddafeefc3ae0f7a9380c5610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 7 Jan 2024 19:25:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs(nvim):=20added=20new=20lint?= =?UTF-8?q?ers=20and=20formatters?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/.github/README.md | 6 ++++++ .config/nvim/lazy-lock.json | 2 +- .config/nvim/lua/plugins/extras/util/esqueleto.lua | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.config/nvim/.github/README.md b/.config/nvim/.github/README.md index 39dbbf72..25d97a8d 100644 --- a/.config/nvim/.github/README.md +++ b/.config/nvim/.github/README.md @@ -593,18 +593,22 @@ - biome - cmakelint - credo +- cspell - eslint - fish +- golangcil-lint - hadolint - markdownlint - pylint - shellcheck - stylelint - terraform_validate +- typos - vale ### Formatters +- biome - black - csharpier - fish_indent @@ -617,6 +621,8 @@ - shfmt - stylua - terraform_fmt +- trim_newlines +- trim_whitespace # :gear: ‎ Config diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index 392f7ab3..fe0f5710 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -79,7 +79,7 @@ "nvim-dap-virtual-text": { "branch": "master", "commit": "d4542ac257d3c7ee4131350db6179ae6340ce40b" }, "nvim-devdocs": { "branch": "master", "commit": "521d24661ffe6d1ba025debea2675c765a9c1ee1" }, "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-lspconfig": { "branch": "master", "commit": "796394fd19fb878e8dbc4fd1e9c9c186ed07a5f4" }, "nvim-notify": { "branch": "master", "commit": "1576123bff3bed67bc673a3076e591abfe5d8ca9" }, diff --git a/.config/nvim/lua/plugins/extras/util/esqueleto.lua b/.config/nvim/lua/plugins/extras/util/esqueleto.lua index 8b6315fe..c0c9683e 100644 --- a/.config/nvim/lua/plugins/extras/util/esqueleto.lua +++ b/.config/nvim/lua/plugins/extras/util/esqueleto.lua @@ -14,6 +14,7 @@ return { "markdown", "python", "lua", + "html", }, }, }