Skip to content

Commit

Permalink
readme: advertise neovim app
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Oct 4, 2024
1 parent 4564f61 commit 29285ad
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

# nixos-unified-template

A multi-platform Nix configuration template optimized as development environment (includes direnv, neovim with LSP and such), based on [nixos-unified]. See [`./modules`](modules/) to see what's available.
A multi-platform Nix configuration template optimized as development environment (includes direnv, neovim with LSP[^neovim] and such), based on [nixos-unified]. See [`./modules`](modules/) to see what's available.

[^neovim]: Wanna try before you buy?
```
git clone https://github.com/srid/rust-nix-template
cd rust-nix-template
direnv allow
nix run github:juspay/nixos-unified-template#neovim
# Type `SPC f f` to open a .rs file
# Wait for rust-analyzer to finish; go to a symbol and type K
```
[nix-darwin]: https://github.com/LnL7/nix-darwin
[home-manager]: https://github.com/nix-community/home-manager
Expand Down

0 comments on commit 29285ad

Please sign in to comment.