mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
vscode: Install the rust language server
This commit is contained in:
parent
4b3f4324c2
commit
f3396a04a6
1 changed files with 6 additions and 1 deletions
|
|
@ -18,12 +18,17 @@
|
|||
inherit (inputs.nix-vscode-extensions.extensions.${pkgs.system}) open-vsx vscode-marketplace;
|
||||
in
|
||||
[
|
||||
# Language Servers
|
||||
open-vsx.jnoortheen.nix-ide
|
||||
open-vsx.aaron-bond.better-comments
|
||||
open-vsx.llvm-vs-code-extensions.vscode-clangd
|
||||
open-vsx.rust-lang.rust-analyzer
|
||||
open-vsx.nefrob.vscode-just-syntax
|
||||
|
||||
# Utilities
|
||||
open-vsx.aaron-bond.better-comments
|
||||
vscode-marketplace.pdconsec.vscode-print
|
||||
|
||||
# Theming
|
||||
open-vsx.github.github-vscode-theme
|
||||
open-vsx.pkief.material-icon-theme
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue