mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 15:14:36 +08:00
18 lines
827 B
VimL
18 lines
827 B
VimL
" All system-wide defaults are set in $VIMRUNTIME/chakra.vim (usually just
|
|
" /usr/share/vim/vimfiles/chakra.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 chakra.vim will be overwritten
|
|
" everytime an upgrade of the vim packages is performed. It is recommended to
|
|
" make changes after sourcing chakra.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! chakra.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!
|
|
|
|
|