1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_dotfiles.git synced 2024-08-16 16:09:49 +02:00
ansible_role_dotfiles/templates/vimrc

9 lines
133 B
VimL
Raw Normal View History

2018-11-15 10:26:52 +01:00
set expandtab
set tabstop=4
set shiftwidth=4
set fileencoding=utf-8
set encoding=utf-8
colorscheme elflord
syntax on
set mouse-=a