https://github.com/maxmellon/.vim
:vim:
https://github.com/maxmellon/.vim
Last synced: 12 months ago
JSON representation
:vim:
- Host: GitHub
- URL: https://github.com/maxmellon/.vim
- Owner: MaxMEllon
- License: mit
- Created: 2016-10-22T14:47:31.000Z (over 9 years ago)
- Default Branch: vim8
- Last Pushed: 2024-01-30T06:49:28.000Z (over 2 years ago)
- Last Synced: 2025-06-25T23:04:18.396Z (12 months ago)
- Language: Vim Script
- Homepage:
- Size: 433 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
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.
```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`
```
LICENSE
---
[](https://twitter.com/mozi_kke)
**Copyright (c) 2016 "MaxMEllon" Kento TSUJI**
Licensed under the [MIT license](./LICENSE.txt)