mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 11:36:07 +01:00
Compare commits
2 commits
6dcfa84ef8
...
d672f238af
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d672f238af | ||
|
|
450a8b8180 |
2 changed files with 5 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ rec {
|
|||
injected = null; # Internal formatter
|
||||
trim_newlines = null; # Conform native formatter
|
||||
trim_whitespace = null; # Conform native formatter
|
||||
typstfmt = null; # Deprecated
|
||||
|
||||
auto_optional = sType.unpackaged;
|
||||
bake = sType.unpackaged;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,10 @@
|
|||
"JSON"
|
||||
];
|
||||
|
||||
brokenTools = [ ];
|
||||
brokenTools = [
|
||||
# deprecated
|
||||
"typstfmt"
|
||||
];
|
||||
|
||||
# TODO: respect unpackaged from generated
|
||||
unpackaged = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue