summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/custom-neovim/flake.nix')
-rw-r--r--pkgs/custom-neovim/flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/flake.nix b/pkgs/custom-neovim/flake.nix
index 4bab14a..f0c1cba 100644
--- a/pkgs/custom-neovim/flake.nix
+++ b/pkgs/custom-neovim/flake.nix
@@ -21,7 +21,9 @@
in {
devShells.default = pkgs.mkShell {
packages = with pkgs; [
- hello
+ fennel
+ fennel-ls
+ luaPackages.readline
];
};
}