mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
added packages: zls
- LSP for Zig, vlang
- Vlang programming language, evcxr
- REPL for Rust
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function fish_greeting
|
||||
set_color blue; echo " Distro: NixOS"
|
||||
set_color white; echo " Langs: Rust Go JS TS Python WasmEdge"
|
||||
set_color white; echo " Langs: Rust Zig Go Vlang JS TS Python WasmEdge"
|
||||
set_color green; echo " Shell: Fish"
|
||||
set_color yellow; echo " Mood: 👨💻"
|
||||
set_color cyan; figlet random -f binary
|
||||
|
@@ -429,6 +429,7 @@
|
||||
nodejs_20
|
||||
bun
|
||||
zig
|
||||
vlang
|
||||
|
||||
python311Packages.python-lsp-server
|
||||
nodePackages_latest.nodemon
|
||||
@@ -440,9 +441,10 @@
|
||||
sumneko-lua-language-server
|
||||
marksman
|
||||
nil
|
||||
zls
|
||||
|
||||
rustup
|
||||
# evcxr #rust repl
|
||||
evcxr #rust repl
|
||||
rust-analyzer
|
||||
cargo-deny
|
||||
cargo-audit
|
||||
|
Reference in New Issue
Block a user