https://github.com/mtchavez/vimfiles
https://github.com/mtchavez/vimfiles
vimfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mtchavez/vimfiles
- Owner: mtchavez
- Created: 2014-04-16T04:11:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T22:41:28.000Z (over 3 years ago)
- Last Synced: 2025-02-04T15:32:41.021Z (4 months ago)
- Topics: vimfiles
- Language: Vim script
- Size: 183 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Install my vim files and environment. Mostly taken from https://github.com/geetarista/vimfiles
## Requirements
* MacVim with Lua JIT enabled
* [You Complete Me](https://github.com/Valloric/YouCompleteMe) setup
* [Patched fonts for powerline](https://github.com/Lokaltog/powerline-fonts)## Installation
WARNING: Existing files are deleted during installation. Use at your own risk.
To use, just run the following commands:
git clone git://github.com/mtchavez/vimfiles.git && cd vimfiles
./install.sh
This will create a symbolic link to each of these files in your home directory.
## Bundles
To update plugins, just run :BundleInstall within vim.