Remove some Vim plugins

I'm not sure if or how much I use these.
This commit is contained in:
Oliver Davies 2025-05-20 22:28:40 +01:00
parent 724753327c
commit 59fd01f155
2 changed files with 5 additions and 8 deletions

View file

@ -55,6 +55,7 @@
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [
lua54Packages.luacheck
just
nixd
];
};