diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-06 22:21:45 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-06 22:21:45 -0400 |
| commit | 546752feb6576be92fe421be1998217aa7d657ff (patch) | |
| tree | 4ac774569cdbbffa6720b85a8130ea1e23529cf3 /pkgs/custom-neovim/flake.nix | |
| parent | 3df44ee18a6c1b36278cbde8499f357e0a040411 (diff) | |
working on nvim setup
Former-commit-id: a43ab0499838d262445d8af9cb954a84e259bb35
Diffstat (limited to 'pkgs/custom-neovim/flake.nix')
| -rw-r--r-- | pkgs/custom-neovim/flake.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/custom-neovim/flake.nix b/pkgs/custom-neovim/flake.nix index e421c25..dfb4eb9 100644 --- a/pkgs/custom-neovim/flake.nix +++ b/pkgs/custom-neovim/flake.nix @@ -23,9 +23,6 @@ packages.default = pkgs.callPackage ./default.nix {inherit inputs;}; devShells.default = pkgs.mkShell { packages = with pkgs; [ - fennel - fennel-ls - luaPackages.readline ]; }; } |
