fmt
This commit is contained in:
parent
9877335f4b
commit
0c9823a5aa
1 changed files with 11 additions and 8 deletions
|
@ -9,14 +9,17 @@
|
|||
extensions =
|
||||
# if unfree
|
||||
# (with pkgs.vscode-marketplace; [
|
||||
(with pkgs.open-vsx; [
|
||||
vscodevim.vim
|
||||
jnoortheen.nix-ide
|
||||
editorconfig.editorconfig
|
||||
github.github-vscode-theme
|
||||
rust-lang.rust-analyzer
|
||||
shd101wyy.markdown-preview-enhanced
|
||||
]);
|
||||
(
|
||||
with pkgs.open-vsx;
|
||||
[
|
||||
vscodevim.vim
|
||||
jnoortheen.nix-ide
|
||||
editorconfig.editorconfig
|
||||
github.github-vscode-theme
|
||||
rust-lang.rust-analyzer
|
||||
shd101wyy.markdown-preview-enhanced
|
||||
]
|
||||
);
|
||||
userSettings = {
|
||||
"workbench.colorTheme" = "GitHub Dark Default";
|
||||
"files.autoSave" = "afterDelay";
|
||||
|
|
Loading…
Add table
Reference in a new issue