xoxys.vim/README.md

42 lines
588 B
Markdown
Raw Normal View History

2018-11-01 14:18:46 +01:00
# xoxys.vim
2019-10-19 16:34:34 +02:00
[![Build Status](https://drone.rknet.org/api/badges/ansible/xoxys.vim/status.svg)](https://drone.rknet.org/ansible/xoxys.vim)
2018-11-01 14:18:46 +01:00
2019-10-19 16:34:34 +02:00
Role to setup vim
## Table of content
* [Default Variables](#default-variables)
* [vim_config](#vim_config)
* [Dependencies](#dependencies)
* [License](#license)
* [Author](#author)
---
## Default Variables
### vim_config
#### Default value
```YAML
vim_config:
- set background=dark
- set tabstop=4 shiftwidth=4 expandtab
- syntax on
```
## Dependencies
None.
## License
MIT
## Author
2019-11-07 09:38:52 +01:00
[xoxys](https://gitea.rknet.org/xoxys)