update vim options
This commit is contained in:
parent
0b45ce782d
commit
bca6069654
|
@ -249,12 +249,14 @@
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
# step2 - add some options to the file
|
# step2 - add some options to the file
|
||||||
- name: add some options to vimrc.local
|
- name: add some options to vimrc.local
|
||||||
blockinfile:
|
lineinfile:
|
||||||
path: "{{ path_vimrclocal }}"
|
path: "{{ path_vimrclocal }}"
|
||||||
block: |
|
line: "{{item.line}}"
|
||||||
syntax on
|
state: present
|
||||||
set showcmd
|
with_items:
|
||||||
set showmatch
|
- line: syntax on
|
||||||
set ignorecase
|
- line: set showcmd
|
||||||
set smartcase
|
- line: set showmatch
|
||||||
|
- line: set ignorecase
|
||||||
|
- line: set smartcase
|
||||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
Loading…
Reference in New Issue