diff --git a/index.md b/index.md new file mode 100644 index 0000000..fd3b9f7 --- /dev/null +++ b/index.md @@ -0,0 +1,29 @@ +--- +title: vim +type: docs +--- + +Role to setup vim + +* [Default Variables](#default-variables) + * [vim_config](#vim-config) +* [Dependencies](#dependencies) + +--- + +## Default Variables + +### vim_config + +#### Default value + +```YAML +vim_config: + - set background=dark + - set tabstop=4 shiftwidth=4 expandtab + - syntax on +``` + +## Dependencies + +None.