From 1984b035800096be543ba06938bbab138b2aedc0 Mon Sep 17 00:00:00 2001 From: LeMarsu Date: Sat, 25 May 2024 00:28:19 +0200 Subject: [PATCH] feat: remove neovim from nix-shell --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index 2e7ef45..6f864e8 100644 --- a/shell.nix +++ b/shell.nix @@ -6,7 +6,6 @@ with pkgs; mkShell { buildInputs = [ - neovim nil sumneko-lua-language-server ];