1 - a vim plugin to add a stater pointer for c exercises ✅ #include <unistd.h> int main(void) { ft_fun(); return (0); } 2 - a vim plugin to remove all functions but specified (to remove main for example) 3 - a vim plugin to remove all imported forbidens libs (like stdio.h)