diff --git a/home/vscode.nix b/home/vscode.nix index 6fee9df..b53817b 100644 --- a/home/vscode.nix +++ b/home/vscode.nix @@ -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";