added toml extension
This commit is contained in:
parent
b837759de8
commit
cf36d2b6dd
@ -21,6 +21,7 @@
|
|||||||
james-yu.latex-workshop
|
james-yu.latex-workshop
|
||||||
github.copilot
|
github.copilot
|
||||||
davidanson.vscode-markdownlint
|
davidanson.vscode-markdownlint
|
||||||
|
tamasfe.even-better-toml
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"window.menuBarVisibility" = "hidden";
|
"window.menuBarVisibility" = "hidden";
|
||||||
@ -36,6 +37,10 @@
|
|||||||
"editor.formatOnSave" = true;
|
"editor.formatOnSave" = true;
|
||||||
"editor.formatOnSaveMode" = "file"; # modificationsIfAvailable does not work
|
"editor.formatOnSaveMode" = "file"; # modificationsIfAvailable does not work
|
||||||
};
|
};
|
||||||
|
"[toml]" = {
|
||||||
|
"editor.formatOnSave" = true;
|
||||||
|
"editor.modificationsIfAvailable" = "file";
|
||||||
|
};
|
||||||
"python.formatting.autopep8Path" = "${pkgs.python311Packages.autopep8}/bin/autopep8";
|
"python.formatting.autopep8Path" = "${pkgs.python311Packages.autopep8}/bin/autopep8";
|
||||||
"nix.enableLanguageServer" = true;
|
"nix.enableLanguageServer" = true;
|
||||||
"nix.serverPath" = "${pkgs.nil}/bin/nil";
|
"nix.serverPath" = "${pkgs.nil}/bin/nil";
|
||||||
|
Loading…
Reference in New Issue
Block a user