ansible-role--vim/defaults/main.yml

15 lines
390 B
YAML
Raw Normal View History

2015-10-21 22:37:03 +00:00
---
# defaults file for glenux.vim
2015-10-22 21:07:53 +00:00
vimrc_boundary: Ansible glenux.vim
vimrc_boundary_begin: "\\\" BEGIN {{vimrc_boundary}} -- DO NOT MODIFY"
vimrc_boundary_end: "\\\" END {{vimrc_boundary}}"
vimrc_boundary_begin_regexp: "^{{vimrc_boundary_begin}}"
vimrc_boundary_end_regexp: "^{{vimrc_boundary_end}}"
2015-11-27 16:43:18 +00:00
vimrc_users: []
# FIXME: find a solution for system vimrc
vimrc_sys:
- "syntax on"