Author: Robert Kaussow <mail@geeklabor.de>
Date:   Wed Jan 22 23:24:47 2020 +0100

    force run
This commit is contained in:
Robert Kaussow 2020-01-22 22:41:25 +00:00
parent 6e1b7d87c2
commit 9e13ea3e3d

29
index.md Normal file
View File

@ -0,0 +1,29 @@
---
title: vim
type: docs
---
Role to setup vim
* [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.