summarylogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorTorben2022-12-27 16:13:57 +0100
committerTorben2022-12-27 16:13:57 +0100
commit180a2c89a393130b41876c660da8a37b478ea998 (patch)
treec74abde0bbf45e5b168ae3a67aac52a2cad7699b /vimrc
downloadaur-vim-wayland.tar.gz
Initial commit, version 9.0.1046
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/vimrc b/vimrc
new file mode 100644
index 000000000000..ee36a5269244
--- /dev/null
+++ b/vimrc
@@ -0,0 +1,18 @@
+" 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/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