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