packages/vim/.vim/vimrc

8 lines
211 B
VimL
Raw Normal View History

2025-03-27 08:42:33 +01:00
" 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)