7 lines
211 B
VimL
7 lines
211 B
VimL
" default vimrc file.
|
|
|
|
" we redirect shared files to /root/.vim/share
|
|
" the buildscript puts share-files here
|
|
let &runtimepath = '/root/.vim/share/vim/vim91'
|
|
|
|
let g:syntax_on = 0 " disable syntax (minimal demo)
|