added auto format for latex
This commit is contained in:
parent
3a010129cd
commit
3a7da2cc7a
@ -28,6 +28,9 @@
|
||||
"[python]" = {
|
||||
"editor.formatOnSave" = true;
|
||||
};
|
||||
"[latex]" = {
|
||||
"editor.formatOnSave" = true;
|
||||
};
|
||||
"python.formatting.autopep8Path" = "${pkgs.python311Packages.autopep8}/bin/autopep8";
|
||||
"nix.enableLanguageServer" = true;
|
||||
"nix.serverPath" = "${pkgs.nil}/bin/nil";
|
||||
|
Loading…
Reference in New Issue
Block a user