An open API service indexing awesome lists of open source software.

https://github.com/volker-raschek/vim

[MIRROR]: My personal VIM configuration
https://github.com/volker-raschek/vim

vim vimrc

Last synced: about 1 year ago
JSON representation

[MIRROR]: My personal VIM configuration

Awesome Lists containing this project

README

          

# VIM configuration

This repository contains all dependencies and third party libs for
volker raschek's vim configuration.

## Installation

```bash
git clone --recurse-submodules git@git.cryptic.systems:volker.raschek/vim.git ~/.vim
git clone --recurse-submodules https://git.cryptic.systems/volker.raschek/vim.git ~/.vim
```

## Update Repositories
```bash
cd ~/.vim
git fetch origin
git rebase origin/master
git submodule update --init --recursive
```

## Update You-Complete-Me
```bash
cd ~/.vim/bundle/youcompleteme
./install.py --all
```

## Tabularize

`<','>Tabularize/|`