Compare commits

...

2 Commits

Author SHA1 Message Date
5d82010697 Add c++ lsp to emacs packages 2024-11-11 10:43:34 +01:00
e9f97ae91b Add typst to v3ms 2024-11-11 10:38:11 +01:00
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,9 @@ with pkgs;
clippy
rust-analyzer
typst
tree-sitter-grammars.tree-sitter-typst
# Further tools
cntr # nix debugger

View File

@ -68,6 +68,7 @@ in
rustfmt # rust
shfmt
pyright
clang-tools # c++ lsp etc
graphviz
# Lsps for use with doom emacs