added code formatters
This commit is contained in:
parent
589d88c6eb
commit
96c54c0e79
@ -22,6 +22,13 @@
|
||||
];
|
||||
userSettings = {
|
||||
"window.menuBarVisibility" = "hidden";
|
||||
"[nix]" = {
|
||||
"editor.formatOnSave" = true;
|
||||
};
|
||||
"[python]" = {
|
||||
"editor.formatOnSave" = true;
|
||||
};
|
||||
"python.formatting.autopep8Path" = "${pkgs.python311Packages.autopep8}/bin/autopep8";
|
||||
"nix.enableLanguageServer" = true;
|
||||
"nix.serverPath" = "${pkgs.nil}/bin/nil";
|
||||
"nix.serverSettings" = {
|
||||
|
Loading…
Reference in New Issue
Block a user