Add more vscode plugins I use
This commit is contained in:
parent
fc89afaceb
commit
c969a91209
1 changed files with 8 additions and 0 deletions
|
@ -27,15 +27,20 @@
|
||||||
tamasfe.even-better-toml # TOML
|
tamasfe.even-better-toml # TOML
|
||||||
yzhang.markdown-all-in-one # Markdown
|
yzhang.markdown-all-in-one # Markdown
|
||||||
denoland.vscode-deno # Deno JS/TS
|
denoland.vscode-deno # Deno JS/TS
|
||||||
|
mathiasfrohlich.kotlin # Kotlin (no LSP)
|
||||||
|
matthewpi.caddyfile-support # Caddyfile
|
||||||
# Theming
|
# Theming
|
||||||
pkief.material-icon-theme # Material icons
|
pkief.material-icon-theme # Material icons
|
||||||
# Utilities
|
# Utilities
|
||||||
streetsidesoftware.code-spell-checker # Spellchecking
|
streetsidesoftware.code-spell-checker # Spellchecking
|
||||||
jeanp413.open-remote-ssh # Remote SSH
|
jeanp413.open-remote-ssh # Remote SSH
|
||||||
mkhl.direnv # nix-direnv autoloading
|
mkhl.direnv # nix-direnv autoloading
|
||||||
|
cschlosser.doxdocgen # C++ Doxygen generator
|
||||||
|
tomoki1207.pdf # PDF Viewing
|
||||||
])
|
])
|
||||||
++ (with vscode-marketplace; [
|
++ (with vscode-marketplace; [
|
||||||
yy0931.save-as-root # Save as root over SSH
|
yy0931.save-as-root # Save as root over SSH
|
||||||
|
akiramiyakoda.cppincludeguard # Auto-insert header guards for header files
|
||||||
])
|
])
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -87,6 +92,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"direnv.restart.automatic" = true;
|
"direnv.restart.automatic" = true;
|
||||||
|
# C++ Include guards
|
||||||
|
"C/C++ Include Guard.Comment Style" = "Line";
|
||||||
|
"C/C++ Include Guard.Macro Type" = "Filename";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue