nvf/plugins/settings/languages.nix: add ts support
This commit is contained in:
parent
8cf298e799
commit
f695bf56ac
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ _: {
|
||||||
java.enable = true;
|
java.enable = true;
|
||||||
css.enable = true;
|
css.enable = true;
|
||||||
# tailwind.enable = false;
|
# tailwind.enable = false;
|
||||||
# ts.enable = true;
|
ts.enable = true;
|
||||||
# go.enable = true;
|
# go.enable = true;
|
||||||
# python.enable = true;
|
# python.enable = true;
|
||||||
bash.enable = true;
|
bash.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue