Skip to content

Commit

Permalink
feat: add md-preview-enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
glwbr committed Sep 3, 2024
1 parent 8bc6f29 commit 1be94c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home/editors/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
dbaeumer.vscode-eslint
eamodio.gitlens
ms-azuretools.vscode-docker
shd101wyy.markdown-preview-enhanced
vscodevim.vim
vue.volar
yzhang.markdown-all-in-one
];

mutableExtensionsDir = false;

userSettings = {
"keyboard.dispatch" = "keyCode";
"git.openRepositoryInParentFolders" = "always";
"editor.minimap.enabled" = false;
};
};
}

0 comments on commit 1be94c4

Please sign in to comment.