1
0
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:
XNM
2023-10-20 19:55:01 +03:00
parent fd5008d5a0
commit f87b50d3bc
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
function fish_greeting function fish_greeting
set_color blue; echo " Distro:  NixOS" 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 green; echo " Shell: 󰈺 Fish"
set_color yellow; echo "󰟶 Mood: 👨‍💻" set_color yellow; echo "󰟶 Mood: 👨‍💻"
set_color cyan; figlet random -f binary set_color cyan; figlet random -f binary

View File

@@ -429,6 +429,7 @@
nodejs_20 nodejs_20
bun bun
zig zig
vlang
python311Packages.python-lsp-server python311Packages.python-lsp-server
nodePackages_latest.nodemon nodePackages_latest.nodemon
@@ -440,9 +441,10 @@
sumneko-lua-language-server sumneko-lua-language-server
marksman marksman
nil nil
zls
rustup rustup
# evcxr #rust repl evcxr #rust repl
rust-analyzer rust-analyzer
cargo-deny cargo-deny
cargo-audit cargo-audit