copiousfreetime / vimfiles

My personal collection of vim settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jeremy's Vimfiles

Is it any good?

Yes.

Installation

  1. Clone this repo git clone git@github.com:copiousfreetime/vimfiles.git
  2. Link the clone to ~/.config/nvim. mkdir -p ~/.config && ln -s <location of vimfiles repo> ~/.config/nvim
  3. start vim
  4. :PlugInstall

Commands

Command Description
PlugInstall [name ...] [#threads] Install plugins
PlugUpdate [name ...] [#threads] Install or update plugins
PlugClean[!] Remove unused directories (bang version will clean without prompt)
PlugUpgrade Upgrade vim-plug itself
PlugStatus Check the status of plugins
PlugDiff Examine changes from the previous update and the pending changes
PlugSnapshot[!] [output path] Generate script for restoring the current snapshot of the plugins

Credits and inspiration

This is a further customization of Nathan's vimfiles

And then a switch to vim-plug

About

My personal collection of vim settings


Languages

Language:Vim Script 100.0%