packages/vim/.vim/vimrc
2025-03-27 08:42:33 +01:00

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)