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
- Host: GitHub
- URL: https://github.com/volker-raschek/vim
- Owner: volker-raschek
- Created: 2024-12-20T09:17:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-20T10:51:54.000Z (over 1 year ago)
- Last Synced: 2025-02-16T06:42:49.085Z (over 1 year ago)
- Topics: vim, vimrc
- Language: Vim Script
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/|`