14 lines
390 B
YAML
14 lines
390 B
YAML
---
|
|
# defaults file for glenux.vim
|
|
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}}"
|
|
|
|
vimrc_users: []
|
|
|
|
# FIXME: find a solution for system vimrc
|
|
vimrc_sys:
|
|
- "syntax on"
|
|
|