Lighter /root/.vimrc

This commit is contained in:
Jérémy Lecour 2017-07-18 20:03:57 +02:00 committed by Jérémy Lecour
parent 388a2c058e
commit 3e3e1c368e

View file

@ -73,13 +73,11 @@
state: present state: present
with_items: with_items:
- "syntax on" - "syntax on"
- "set hlsearch"
- "set background=dark" - "set background=dark"
- "set expandtab" - "set expandtab"
- "set tabstop=4" - "set tabstop=4"
- "set softtabstop=0" - "set softtabstop=4"
- "set shiftwidth=4" - "set shiftwidth=4"
- "set smarttab"
when: evolinux_root_vim_conf when: evolinux_root_vim_conf
- meta: flush_handlers - meta: flush_handlers