[SKIP CI] update readme
This commit is contained in:
parent
3be129d5d7
commit
e4a861ad95
39
README.md
39
README.md
@ -1,2 +1,41 @@
|
|||||||
# xoxys.vim
|
# xoxys.vim
|
||||||
|
|
||||||
|
[![Build Status](https://drone.rknet.org/api/badges/ansible/xoxys.vim/status.svg)](https://drone.rknet.org/ansible/xoxys.vim)
|
||||||
|
|
||||||
|
|
||||||
|
Role to setup vim
|
||||||
|
|
||||||
|
## Table of content
|
||||||
|
|
||||||
|
* [Default Variables](#default-variables)
|
||||||
|
* [vim_config](#vim_config)
|
||||||
|
* [Dependencies](#dependencies)
|
||||||
|
* [License](#license)
|
||||||
|
* [Author](#author)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 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
|
||||||
|
Loading…
Reference in New Issue
Block a user