danishprakash / vim-zen

Barebones Vim Plugin Manager
MIT License
63 stars 3 forks source link
vim

vim-zen

Barebones Vim Plugin Manager

Asciicast

Features

Installation

Put the zen.vim file into the autoload directory.

Unix

Neovim
curl -o ~/.local/share/nvim/site/autoload/zen.vim --create-dirs https://raw.githubusercontent.com/danishprakash/vim-zen/master/zen.vim
Vim
curl -o ~/.vim/autoload/zen.vim --create-dirs https://raw.githubusercontent.com/danishprakash/vim-zen/master/zen.vim

Usage

Example vim-zen section

" begin section
call zen#init()
Plugin 'junegunn/goyo.vim' 
Plugin 'https://github.com/danishprakash/vimport'
" end section

See this for reference.

Commands

  1. ZenInstall: Install plugins.
  2. ZenUpdate: Update plugins.
  3. ZenDelete: Remove unused plugins.

Why?

I wanted something really simple, all other plugin managers out there did the things that I wanted along with other stuff. I wanted a plugin manager that helped me install, remove, and update the plugins I use.

Links

License

MIT