summarylogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorTommy Jerry Mairo2016-04-21 23:38:01 +0800
committerTommy Jerry Mairo2016-04-21 23:38:01 +0800
commita6d5ec22fb1f7dfe5b6d6e2f3dc5ad0811e5fb1e (patch)
tree07e1aaaf12482479152b3666be627153ae62ab03 /vimrc
downloadaur-a6d5ec22fb1f7dfe5b6d6e2f3dc5ad0811e5fb1e.tar.gz
Vim with clipboard enabled.
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/vimrc b/vimrc
new file mode 100644
index 000000000000..3642e25c9d1e
--- /dev/null
+++ b/vimrc
@@ -0,0 +1,16 @@
+" All system-wide defaults are set in $VIMRUNTIME/archlinux.vim (usually just
+" /usr/share/vim/vimfiles/archlinux.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 archlinux.vim will be overwritten
+" everytime an upgrade of the vim packages is performed. It is recommended to
+" make changes after sourcing archlinux.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! archlinux.vim
+
+" If you prefer the old-style vim functionalty, add 'runtime! vimrc_example.vim'
+" Or better yet, read /usr/share/vim/vim74/vimrc_example.vim or the vim manual
+" and configure vim to your own liking!
+