feat: remove neovim from nix-shell

main
LeMarsu 2024-05-25 00:28:19 +02:00
parent 32f4d04c7e
commit 43411b2e88
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
];