xoxys.vim/README.md

47 lines
828 B
Markdown
Raw Permalink Normal View History

2018-11-01 14:18:46 +01:00
# xoxys.vim
2024-02-18 12:25:17 +01:00
[![Build Status](https://ci.rknet.org/api/badges/ansible/xoxys.vim/status.svg)](https://ci.rknet.org/repos/ansible/xoxys.vim)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.vim/src/branch/main/LICENSE)
Setup vim editor.
## Table of content
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [vim_config](#vim_config)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)
---
## Requirements
- Minimum Ansible version: `2.10`
## 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
[Robert Kaussow](https://gitea.rknet.org/xoxys)