" This appends all of the vim plugins to the end of Vim's runtimepath. for directory in ["/run/current-system/profile", $HOME . "/.guix-profile", $GUIX_ENVIRONMENT] let testpath = directory . "/share/vim/vimfiles" if isdirectory(testpath) let &rtp = join([&rtp,testpath], ',') endif endfor