Robert Kaussow
cd67d86c9d
Author: Robert Kaussow <mail@geeklabor.de> Date: Fri Jan 31 11:23:20 2020 +0100 cleanup documentation
32 lines
730 B
Markdown
32 lines
730 B
Markdown
---
|
|
title: vim
|
|
type: docs
|
|
---
|
|
|
|
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.vim) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.vim?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.vim) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
|
|
|
|
Setup vim editor.
|
|
|
|
* [Default Variables](#default-variables)
|
|
* [vim_config](#vim-config)
|
|
* [Dependencies](#dependencies)
|
|
|
|
---
|
|
|
|
## Default Variables
|
|
|
|
### vim_config
|
|
|
|
#### Default value
|
|
|
|
```YAML
|
|
vim_config:
|
|
- set background=dark
|
|
- set tabstop=4 shiftwidth=4 expandtab
|
|
- syntax on
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
None.
|