2020-01-22 22:41:25 +00:00
|
|
|
---
|
|
|
|
title: vim
|
|
|
|
type: docs
|
|
|
|
---
|
|
|
|
|
2020-06-04 13:29:59 +00:00
|
|
|
[![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)
|
2020-01-31 10:42:06 +00:00
|
|
|
|
|
|
|
Setup vim editor.
|
2020-01-22 22:41:25 +00:00
|
|
|
|
|
|
|
* [Default Variables](#default-variables)
|
2020-05-25 21:17:32 +00:00
|
|
|
* [vim_config](#vim_config)
|
2020-01-22 22:41:25 +00:00
|
|
|
* [Dependencies](#dependencies)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Default Variables
|
|
|
|
|
|
|
|
### vim_config
|
|
|
|
|
|
|
|
#### Default value
|
|
|
|
|
|
|
|
```YAML
|
|
|
|
vim_config:
|
|
|
|
- set background=dark
|
|
|
|
- set tabstop=4 shiftwidth=4 expandtab
|
|
|
|
- syntax on
|
|
|
|
```
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
None.
|