Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Mar 3 21:16:15 2022 +0100

    chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
Robert Kaussow 2022-03-03 20:37:00 +00:00
parent e1c7de6739
commit 82b49bd3c6

View File

@ -3,13 +3,13 @@ title: vim
type: docs
---
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.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) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.vim/src/branch/master/LICENSE)
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.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) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.vim/src/branch/master/LICENSE)
Setup vim editor.
* [Default Variables](#default-variables)
* [vim_config](#vim_config)
* [Dependencies](#dependencies)
- [Default Variables](#default-variables)
- [vim_config](#vim_config)
- [Dependencies](#dependencies)
---
@ -26,6 +26,8 @@ vim_config:
- syntax on
```
## Dependencies
None.