An open API service indexing awesome lists of open source software.

https://github.com/maxmellon/.vim

:vim:
https://github.com/maxmellon/.vim

Last synced: 12 months ago
JSON representation

:vim:

Awesome Lists containing this project

README

          


logo images


Features
|
Installation
|
Updating
|
UnInstallation
|
License

Features
---

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

:arrow_heading_up:

Installation
---

- remote install
- `curl https://raw.githubusercontent.com/MaxMEllon/.vim/master/installer | bash`

- local install

- `make install`

:arrow_heading_up:

Updating
---

- `make update`

:arrow_heading_up:

UnInstallation
---

- `make clean`

:arrow_heading_up:

Tips
---

- count up rc files.

```bash
$ git ls-files | grep vim | wc -l
```

- count up LOC

```bash
$ wc -l `git ls-files | grep vim` | tail -n 1
```

- lint

```
$ vint --color --style `git ls-files | grep vim`
```

:arrow_heading_up:

LICENSE
---

[![maxmellon](https://avatars1.githubusercontent.com/u/9594376?v=3&u=8fd5ebc98054f4945469deef085ef244f3999206&s=80)](https://twitter.com/mozi_kke)

**Copyright (c) 2016 "MaxMEllon" Kento TSUJI**

Licensed under the [MIT license](./LICENSE.txt)

:arrow_heading_up: