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