commit 3887cebb57
Author: Robert Kaussow <mail@geeklabor.de> Date: Wed Jan 22 23:24:47 2020 +0100 force run
This commit is contained in:
parent
6e1b7d87c2
commit
9e13ea3e3d
29
index.md
Normal file
29
index.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user