feat: remove neovim from nix-shell

LeMarsu 2024-05-25 00:28:19 +02:00
parent e80acfc5f1
commit 1984b03580
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
with pkgs;
mkShell {
buildInputs = [
neovim
nil
sumneko-lua-language-server
];