mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03:51 -08:00
feat(packages): add necessary packages to build neovim configuration
This commit is contained in:
parent
810c991f10
commit
b120665d29
1 changed files with 10 additions and 0 deletions
|
@ -40,6 +40,16 @@ with pkgs; [
|
||||||
nodePackages_latest.pnpm
|
nodePackages_latest.pnpm
|
||||||
rustfmt
|
rustfmt
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
|
gcc
|
||||||
|
lua51Packages.luarocks
|
||||||
|
lua
|
||||||
|
nodejs_22
|
||||||
|
python3
|
||||||
|
tree-sitter
|
||||||
|
cargo
|
||||||
|
rustc
|
||||||
|
haskellPackages.stack
|
||||||
|
haskellPackages.ghcup
|
||||||
|
|
||||||
# desktop ricing
|
# desktop ricing
|
||||||
bibata-cursors
|
bibata-cursors
|
||||||
|
|
Loading…
Reference in a new issue