https://github.com/baopham/vim
My dot vim folder
https://github.com/baopham/vim
vim
Last synced: about 1 year ago
JSON representation
My dot vim folder
- Host: GitHub
- URL: https://github.com/baopham/vim
- Owner: baopham
- Created: 2012-02-23T05:24:29.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T18:12:15.000Z (about 5 years ago)
- Last Synced: 2025-04-09T21:51:53.913Z (about 1 year ago)
- Topics: vim
- Language: Vim script
- Homepage:
- Size: 720 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim

### Requirements
* Vim 8
> Recommended: `brew install macvim`
### Installation
```bash
git clone git://github.com/baopham/vim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
vim +PlugInstall
```
* I use [vim-airline](https://github.com/bling/vim-airline), with Powerline symbols. Try this patched font if you want Powerline symbols: [Monaco for Powerline](https://gist.github.com/baopham/1838072/raw/2c0e00770826e651d1e355962e751325edb0f1ee/Monaco%20for%20Powerline.otf).
* Install jedi: `pip install jedi`
* Install ctags
* Install silver search: `brew install the_silver_searcher`
> Shameless plug: I have a lot of settings and plugins and you might not like all of them. You can install [vimplugin-cli](https://github.com/baopham/vimplugin-cli) to quickly find/remove plugins and their settings