vim/README.md

29 lines
580 B
Markdown
Raw Permalink Normal View History

2020-01-04 14:36:00 +00:00
# VIM configuration
This repository contains all dependencies and third party libs for
volker raschek's vim configuration.
2018-01-28 11:23:56 +00:00
## Installation
```bash
git clone --recurse-submodules git@git.cryptic.systems:volker.raschek/vim.git ~/.vim
2019-04-18 21:00:28 +00:00
git clone --recurse-submodules https://git.cryptic.systems/volker.raschek/vim.git ~/.vim
2018-01-28 11:23:56 +00:00
```
2018-06-29 17:10:49 +00:00
## Update Repositories
2018-01-28 11:23:56 +00:00
```bash
cd ~/.vim
git fetch origin
git rebase origin/master
git submodule update --init --recursive
```
2018-06-29 17:10:49 +00:00
## Update You-Complete-Me
```bash
2020-01-04 14:36:00 +00:00
cd ~/.vim/bundle/youcompleteme
2018-06-29 17:10:49 +00:00
./install.py --all
```
2023-05-31 11:09:22 +00:00
## Tabularize
`<','>Tabularize/|`