summaryrefslogtreecommitdiff
path: root/libre/vim/vimrc
blob: d2c5b082726c8b9fe6a8390aa161cacd81862aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
" All system-wide defaults are set in $VIMRUNTIME/parabola.vim (usually just
" /usr/share/vim/vimfiles/parabola.vim) and sourced by the call to :runtime
" you can find below.  If you wish to change any of those settings, you should
" do it in this file (/etc/vimrc), since parabola.vim will be overwritten
" everytime an upgrade of the vim packages is performed.  It is recommended to
" make changes after sourcing parabola.vim since it alters the value of the
" 'compatible' option.

" This line should not be removed as it ensures that various options are
" properly set to work with the Vim-related packages.
runtime! parabola.vim

" If you prefer the old-style vim functionalty, add 'runtime! vimrc_example.vim'
" Or better yet, read /usr/share/vim/vim80/vimrc_example.vim or the vim manual
" and configure vim to your own liking!

" do not load defaults if ~/.vimrc is missing
"let skip_defaults_vim=1