set nocompatible filetype off let &runtimepath .= ',' . expand(':p:h:h') if $USER == 'runner' let &runtimepath .= ',' . expand(':p:h:h') . '/vader.vim' let g:run_in_ci = v:true else let &runtimepath .= ',' . expand(':p:h:h') . '/../vader.vim' let g:run_in_ci = v:false endif " NOTE: echom will frozen vim8 in GitHub Action " echom &runtimepath filetype plugin indent on syntax enable nnoremap Q :qa!