MaxMEllon / .vim

:vim:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo images

Features | Installation | Updating | UnInstallation | License

Features

  • Vim (clpum)
  • NeoVim
  • MacVim-KaoriYa
  • gVim(KaoriYa)

⤴️

Installation

  • remote install

    • curl https://raw.githubusercontent.com/MaxMEllon/.vim/master/installer | bash
  • local install

    • make install

⤴️

Updating

  • make update

⤴️

UnInstallation

  • make clean

⤴️

Tips

  • count up rc files.
$ git ls-files | grep vim | wc -l
  • count up LOC
$ wc -l `git ls-files | grep vim` | tail -n 1
  • lint
$ vint --color --style `git ls-files | grep vim`

⤴️

LICENSE

maxmellon

Copyright (c) 2016 "MaxMEllon" Kento TSUJI

Licensed under the MIT license

⤴️

About

:vim:

License:MIT License


Languages

Language:Vim Script 98.6%Language:Shell 1.3%Language:Makefile 0.1%