https://github.com/atsushisakai/myvim
My Vim
https://github.com/atsushisakai/myvim
Last synced: 6 months ago
JSON representation
My Vim
- Host: GitHub
- URL: https://github.com/atsushisakai/myvim
- Owner: AtsushiSakai
- Created: 2014-02-05T12:55:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T06:27:37.000Z (about 6 years ago)
- Last Synced: 2025-04-14T06:07:23.390Z (6 months ago)
- Language: Vim script
- Size: 267 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this
My vim enviroment
# Install
## install script
> $ curl -fsSL https://raw.github.com/AtsushiSakai/myvim/master/install.py | python
## Manual
1 Checkout software
> git clone git@github.com:AtsushiSakai/myvim.git ~
2 Create symboric links
> ln -s ~/myvim/.vimrc ~/.vimrc ~/myvim/.vim ~/.vim
3 Install neobundle
> git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim
# Detailed description in Japanese
* [仕事を1.5倍ぐらい早くするVim設定 - MY ENIGMA](http://d.hatena.ne.jp/meison_amsl/20120403/1333452345)
* [おすすめVimプラグイン - MY ENIGMA](http://d.hatena.ne.jp/meison_amsl/20141219)