This website requires JavaScript.
Explore
Help
Sign In
mirror
/
kickstart.nvim
mirror of
https://github.com/nvim-lua/kickstart.nvim.git
Watch
1
Star
0
Fork
You've already forked kickstart.nvim
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1f6f0c40e8
kickstart.nvim
/
nix
/
shell.nix
9 lines
100 B
Nix
Raw
Blame
History
{
pkgs
,
.
.
.
}:
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
fennel
fnlfmt
alejandra
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink