cleanup readme

This commit is contained in:
Robert Kaussow 2020-01-30 22:58:49 +01:00
parent 3887cebb57
commit 1afbfbcdd8
1 changed files with 6 additions and 33 deletions

View File

@ -1,41 +1,14 @@
# xoxys.vim
[![Build Status](https://drone.rknet.org/api/badges/ansible/xoxys.vim/status.svg)](https://drone.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)
Role to setup vim
## Table of content
### License
* [Default Variables](#default-variables)
* [vim_config](#vim_config)
* [Dependencies](#dependencies)
* [License](#license)
* [Author](#author)
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
### Maintainers and Contributors
## 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
[xoxys](https://gitea.rknet.org/xoxys)
[Robert Kaussow](https://gitea.rknet.org/xoxys)