mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
Update 2025-07-22
This commit is contained in:
parent
57dbf50354
commit
1eaca23cd5
@ -31,7 +31,7 @@ return {
|
||||
python = { "ruff_format", "ruff_fix", "ruff_organize_imports", "docformatter" },
|
||||
rust = { "rustfmt", "leptosfmt", "yew-fmt" },
|
||||
scss = { "prettier" },
|
||||
sql = { "pg_format" },
|
||||
sql = { "sqruff" },
|
||||
toml = { "taplo" },
|
||||
typescript = js,
|
||||
typescriptreact = js,
|
||||
|
||||
@ -10,6 +10,7 @@ return {
|
||||
typescriptreact = js,
|
||||
python = { "mypy" },
|
||||
htmldjango = { "djlint" },
|
||||
sql = { "sqruff" },
|
||||
lua = { "selene" },
|
||||
cmake = { "cmakelint" },
|
||||
["*"] = { "codespell", "typos" },
|
||||
|
||||
@ -14,7 +14,7 @@ return {
|
||||
end,
|
||||
settings = {
|
||||
["rust-analyzer"] = {
|
||||
--- https://github.com/rust-lang/rust-analyzer/blob/master/docs/user/generated_config.adoc
|
||||
--- https://rust-analyzer.github.io/book/configuration.html
|
||||
cargo = {
|
||||
features = "all",
|
||||
extraEnv = { RUSTC_WRAPPER = "sccache" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user