https://github.com/unclechu/vimrc2
WARNING! I completely migrated to NeoVim, actual config is https://github.com/unclechu/neovimrc
https://github.com/unclechu/vimrc2
dotfiles vim vimrc
Last synced: about 2 months ago
JSON representation
WARNING! I completely migrated to NeoVim, actual config is https://github.com/unclechu/neovimrc
- Host: GitHub
- URL: https://github.com/unclechu/vimrc2
- Owner: unclechu
- License: gpl-3.0
- Created: 2014-10-30T07:16:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T14:29:07.000Z (over 9 years ago)
- Last Synced: 2024-12-27T22:20:53.641Z (over 1 year ago)
- Topics: dotfiles, vim, vimrc
- Language: Vim script
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vimrc2
======
WARNING!
========
I completely migrated to NeoVim, actual config is https://github.com/unclechu/neovimrc
Hot to use it
-------------
1. Clone somewhere this repo and init submodules:
```bash
$ git clone https://github.com/unclechu/vimrc2 ~/.vimrc2-git
$ cd ~/.vimrc2-git
$ git submodule update --init # need for Vundle
```
2. Create some symbolic links in your `HOME`:
```bash
$ cd ~/
$ ln -s ~/.vimrc2-git/.vim/
$ ln -s ~/.vimrc2-git/.vimrc
```
3. Install [Vundle](https://github.com/gmarik/Vundle.vim) dependencies:
```bash
$ vim +BundleInstall
```
4. Enjoy!
Author
------
Viacheslav Lotsmanov