You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rob Muhlestein 09608c626e add .goreleaser to yaml format in vimrc 4 days ago
..
.vim/autoload Rebase 2 years ago
.vimrc add .goreleaser to yaml format in vimrc 4 days ago
README.md Rebase 2 years ago
setup Rebase 2 years ago

README.md

Vi-ish Vim Configuration

Learning anything but pure vi first will become a liability when you want to be productive on a remote computer that doesn't have your precious configurations. If you are never using another computer for anything you might want to look at emacs instead, but you still have to learn vi if you want to learn an editor that actually follows the [UNIX philosophy](https://duck.com/lite?kd=-1&kp=-1&q=UNIX philosophy) (emacs sure the fuck doesn't). By the way, don't abandon vi until you have at least learned the magic that makes vi objectively superior to every other editor on the planet. Most who leave or criticize it never even learn the most powerful aspect of it: full shell integration.

Why not use Vim 8 native plugins?

Because they suck. They require everything be the .vim/pack directory and there is no mechanism for pulling down the plugins from git hosting.