From a24cbe2e93bc19806ce53f1cb72c9f1e538dfb85 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Sun, 18 Feb 2024 11:25:17 +0000 Subject: [PATCH] [skip ci] automated docs update --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/README.md b/README.md index 4399810..15c09b1 100644 --- a/README.md +++ b/README.md @@ -1 +1,46 @@ # xoxys.vim + +[![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)