modularize config
This commit is contained in:
parent
09c4625fbb
commit
7a4e46e04f
33 changed files with 230 additions and 168 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue