modularize config

This commit is contained in:
DashieTM 2024-07-10 17:03:31 +02:00
parent 09c4625fbb
commit 7a4e46e04f
33 changed files with 230 additions and 168 deletions

View file

@ -114,9 +114,9 @@ return {
"Sdk:IncludePrereleases=true",
},
},
typst_lsp = {
tinymist = {
settings = {
experimentalFormatterMode = "on",
formatterMode = "typstyle",
exportPdf = "onSave",
},
mason = false,
@ -225,7 +225,6 @@ return {
},
},
formatters_by_ft = {
typst = { "typstfmt" },
nix = { "nixpkgs-fmt" },
lua = { "stylua" },
sh = { "shfmt" },