1 " All system-wide defaults are set in $VIMRUNTIME/archlinux.vim (usually just
2 " /usr/share/vim/vimfiles/archlinux.vim) and sourced by the call to :runtime
3 " you can find below. If you wish to change any of those settings, you should
4 " do it in this file (/etc/vimrc), since archlinux.vim will be overwritten
5 " everytime an upgrade of the vim packages is performed. It is recommended to
6 " make changes after sourcing archlinux.vim since it alters the value of the
9 " This line should not be removed as it ensures that various options are
10 " properly set to work with the Vim-related packages.
11 runtime! archlinux.vim
13 " If you prefer the old-style vim functionalty, add 'runtime! vimrc_example.vim'
14 " Or better yet, read /usr/share/vim/vim80/vimrc_example.vim or the vim manual
15 " and configure vim to your own liking!
17 " do not load defaults if ~/.vimrc is missing
18 "let skip_defaults_vim=1