added auto format for latex

This commit is contained in:
Kristian Krsnik 2023-08-03 22:49:47 +02:00
parent 3a010129cd
commit 3a7da2cc7a

View File

@ -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";