rust programming addition

This commit is contained in:
Max Hohlfeld 2022-12-02 14:47:39 +01:00
parent 826d365c02
commit c4f40e3869
2 changed files with 7 additions and 6 deletions

View File

@ -60,7 +60,7 @@
- yaml-language-server # YAML
- ansible-lint # partly required for ansible
- haskell-language-server # Haskell
- rust-analyzer # Rust
# TODO ansible-language-server AUR
# TODO csharp-ls dotnet tool
# TODO vscode-langservers-extracted AUR
# TODO rust-analyzer

View File

@ -79,6 +79,7 @@ topicItems =
, TI "IHD_Frontend" "~/projekte/IHD/Demonstrare_Frontend" (switchToLayout "Programming" *> spawnShellAndExecute "npm start" *> spawnShell *> spawnEditor)
, TI "InternalVertecApi" "~/projekte/InternalVertecAPI" (switchToLayout "Programming" *> spawn "rider ~/projekte/InternalVertecAPI/InternalVertecAPI.sln")
, TI "Abwesenheitskalender_Frontend" "~/projekte/Abwesenheitskalender_Frontend" (switchToLayout "Programming" *> spawnShellAndExecute "npm start" *> spawnShell *> spawnEditor)
, TI "aoc" "~/projekte/aoc" (switchToLayout "Programming" *> spawnShell *> spawnEditor)
]
myTopicConfig :: TopicConfig