19 lines
466 B
YAML
19 lines
466 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"
|
|
|
|
vim_modeline: true
|
|
vim_modelines: 10
|
|
|
|
vim_syntax: true
|
|
vim_colorshell: true
|