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
|
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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user