mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
autogenerated: Update options
This commit is contained in:
parent
a3fd5e6af1
commit
eab342e2bb
2 changed files with 75 additions and 1 deletions
|
@ -51,6 +51,7 @@ identity_langs = [
|
|||
"slim",
|
||||
"sml",
|
||||
"solidity",
|
||||
"sql",
|
||||
"tex",
|
||||
"toml",
|
||||
"typescript",
|
||||
|
|
|
@ -17,9 +17,18 @@
|
|||
"csh",
|
||||
"ksh"
|
||||
],
|
||||
"biome": [
|
||||
"typescript",
|
||||
"javascript",
|
||||
"json",
|
||||
"jsonc"
|
||||
],
|
||||
"black": [
|
||||
"python"
|
||||
],
|
||||
"blade_formatter": [
|
||||
"blade"
|
||||
],
|
||||
"cbfmt": [
|
||||
"markdown"
|
||||
],
|
||||
|
@ -66,6 +75,9 @@
|
|||
"fish_indent": [
|
||||
"fish"
|
||||
],
|
||||
"fixjson": [
|
||||
"json"
|
||||
],
|
||||
"forge_fmt": [
|
||||
"solidity"
|
||||
],
|
||||
|
@ -78,6 +90,9 @@
|
|||
"gofmt": [
|
||||
"go"
|
||||
],
|
||||
"gofumpt": [
|
||||
"go"
|
||||
],
|
||||
"goimports": [
|
||||
"go"
|
||||
],
|
||||
|
@ -99,9 +114,15 @@
|
|||
"js_standard": [
|
||||
"javascript"
|
||||
],
|
||||
"latexindent": [
|
||||
"tex"
|
||||
],
|
||||
"lua_format": [
|
||||
"lua"
|
||||
],
|
||||
"mdformat": [
|
||||
"markdown"
|
||||
],
|
||||
"nixfmt": [
|
||||
"nix"
|
||||
],
|
||||
|
@ -124,7 +145,8 @@
|
|||
"sass",
|
||||
"less",
|
||||
"html",
|
||||
"json"
|
||||
"json",
|
||||
"yaml"
|
||||
],
|
||||
"prettier_d": [
|
||||
"javascript",
|
||||
|
@ -144,9 +166,26 @@
|
|||
"javascript",
|
||||
"typescript"
|
||||
],
|
||||
"protolint": [
|
||||
"proto"
|
||||
],
|
||||
"rome": [
|
||||
"typescript",
|
||||
"javascript",
|
||||
"json"
|
||||
],
|
||||
"ruff": [
|
||||
"python"
|
||||
],
|
||||
"rustfmt": [
|
||||
"rust"
|
||||
],
|
||||
"scalafmt": [
|
||||
"scala"
|
||||
],
|
||||
"shellharden": [
|
||||
"sh"
|
||||
],
|
||||
"shfmt": [
|
||||
"sh",
|
||||
"bash"
|
||||
|
@ -154,9 +193,21 @@
|
|||
"smlfmt": [
|
||||
"sml"
|
||||
],
|
||||
"sql-formatter": [
|
||||
"sql"
|
||||
],
|
||||
"stylelint": [
|
||||
"css",
|
||||
"scss",
|
||||
"sass",
|
||||
"less"
|
||||
],
|
||||
"stylua": [
|
||||
"lua"
|
||||
],
|
||||
"taplo": [
|
||||
"toml"
|
||||
],
|
||||
"terraform_fmt": [
|
||||
"tf"
|
||||
],
|
||||
|
@ -177,6 +228,9 @@
|
|||
],
|
||||
"yapf": [
|
||||
"python"
|
||||
],
|
||||
"yq": [
|
||||
"yaml"
|
||||
]
|
||||
},
|
||||
"linters": {
|
||||
|
@ -195,6 +249,12 @@
|
|||
"bashate": [
|
||||
"bash"
|
||||
],
|
||||
"checkmake": [
|
||||
"make"
|
||||
],
|
||||
"chktex": [
|
||||
"tex"
|
||||
],
|
||||
"clang_tidy": [
|
||||
"c",
|
||||
"cpp"
|
||||
|
@ -205,6 +265,12 @@
|
|||
"clj_kondo": [
|
||||
"clojure"
|
||||
],
|
||||
"cmake_lint": [
|
||||
"cmake"
|
||||
],
|
||||
"codespell": [
|
||||
"misc"
|
||||
],
|
||||
"cppcheck": [
|
||||
"c",
|
||||
"cpp"
|
||||
|
@ -213,6 +279,9 @@
|
|||
"c",
|
||||
"cpp"
|
||||
],
|
||||
"cspell": [
|
||||
"misc"
|
||||
],
|
||||
"dartanalyzer": [
|
||||
"dart"
|
||||
],
|
||||
|
@ -282,12 +351,16 @@
|
|||
"luacheck": [
|
||||
"lua"
|
||||
],
|
||||
"markdownlint": [
|
||||
"markdown"
|
||||
],
|
||||
"mcs": [
|
||||
"cs"
|
||||
],
|
||||
"mypy": [
|
||||
"python"
|
||||
],
|
||||
"perlcritic": [],
|
||||
"phan": [
|
||||
"php"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue