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

20 lines
466 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"
2015-12-27 17:48:53 +00:00
vim_modeline: true
vim_modelines: 10
vim_syntax: true
vim_colorshell: true