added configuration of template files as top-level variable files in vars directory, to be referenced in relevant playbooks
This commit is contained in:
26
vars/vim_settings.yml
Normal file
26
vars/vim_settings.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
vimrc:
|
||||
git_spice: true
|
||||
status_line: true
|
||||
autodelimit: true
|
||||
origami: true
|
||||
history_span: 500
|
||||
typed_paths:
|
||||
autocomplete: true
|
||||
ignore:
|
||||
- "*.docx"
|
||||
- "*.jpg"
|
||||
- "*.png"
|
||||
- "*.gif"
|
||||
- "*.pdf"
|
||||
- "*.pyc"
|
||||
- "*.exe"
|
||||
- "*.flv"
|
||||
- "*.img"
|
||||
- "*.xlsx"
|
||||
fancy_commenting: true
|
||||
tabs:
|
||||
spatialize: true
|
||||
gap: 2
|
||||
cursor:
|
||||
blocky: true
|
||||
ide: true
|
||||
Reference in New Issue
Block a user