This repository offers a collection of alternatives to plugins, inspired by a similar idea to https://youmightnotneed.com.
Plugins are usually more powerful and easier to use than native functionalities, and without them Vim wouldn't be the Vim we know today. However, sometimes we don't need that much power and we would be satisfied with Vim's native functionalities. This way, we also consolidate our investment in the native features.
This command launch vim without any configuration and set nocompatible
vim -u NONE -N
Create a PR to submit a recipe.
- Use recipe-template to add a new recipe.
- Modify, adding or fixing any recipe.
- Create a folder for a category if it doesn't exist.
- Create a file inside a category folder.