https://github.com/integrii/.vim
A simple but useful vim setup that has few conflicts, overrides, or complicated configs.
https://github.com/integrii/.vim
Last synced: 3 months ago
JSON representation
A simple but useful vim setup that has few conflicts, overrides, or complicated configs.
- Host: GitHub
- URL: https://github.com/integrii/.vim
- Owner: integrii
- Created: 2015-07-07T17:51:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T02:58:50.000Z (over 6 years ago)
- Last Synced: 2025-01-14T16:35:47.990Z (5 months ago)
- Language: Vim script
- Size: 460 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### integrii/.vim
This is my `.vim` folder. It is a simple but useful vim configuration with no major package dependences. Just run the curl command below on any Mac or Linux host to get colors, tab completion, git awareness, and golang support with a beautiful status bar.


## Componets
- [Pathogen](https://github.com/tpope/vim-pathogen) (package manager)
- [vim-go](https://github.com/fatih/vim-go) (golang enhancements)
- [vim-sensible](https://github.com/tpope/vim-sensible) (very passive boilerplate improvements)
- [vim-lightline](https://github.com/itchyny/lightline.vim) (lighter variant of vim-airline - pretty status bar)
- [vim-fugitive](https://github.com/tpope/vim-fugitive) (git status in the status bar)
- [supertab](https://github.com/ervandew/supertab) (easy tab completion)
- [monokai](https://github.com/tomasr/molokai) (color theme)## Installation
An installer is included for easy deployment. Just run the following. Your existing `~.vim` file will be placed at `~/.vim.old`. You must have git installed.```bash
curl -L 'https://raw.githubusercontent.com/integrii/.vim/master/.github-installer.sh' | bash
```## Extending
Extending this config with more packages is easy. Just cd to the `~/.vim/bundle` directory and `git clone` the package you want to install. Likewise, delete any package directories in there you don't want or like.## Config Overrides
If you want to do some config changes or overrides, just place them in your regular `~/.vimrc` file.