Document plugins for vim and vscode

This commit is contained in:
fleaz 2022-02-07 18:11:50 +01:00
parent f7b367d7d9
commit 0c208c9166
2 changed files with 23 additions and 3 deletions

View file

@ -4,10 +4,20 @@
enable = true;
package = pkgs.vscodium; # You can skip this if you want to use the unfree version
extensions = with pkgs.vscode-extensions; [
# Dark Theme
dracula-theme.theme-dracula
vscodevim.vim
yzhang.markdown-all-in-one
# Terraform and HCL support
hashicorp.terraform
# Python
ms-python.python
# Vim
vscodevim.vim
# Markdown highlighting/formatting/preview
yzhang.markdown-all-in-one
];
};
}