Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 980 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 980 Bytes

You might not need a [vim-plugin]

This repository offers a collection of alternatives to plugins, inspired by a similar idea to https://youmightnotneed.com.

Motivation

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.

Wanna try wild vim?

This command launch vim without any configuration and set nocompatible

vim -u NONE -N

Categories

File navigation

Category 2

Submit a recipe

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.