aboutsummaryrefslogtreecommitdiff
" This appends all applicable vim paths to the end of packagepath.  Once we
" have told vim the packagepath vim will add it to the runtimepath for us.
for directory in ["/run/current-system/profile", $HOME . "/.guix-profile", $HOME ."/.guix-home/profile", $GUIX_PROFILE, $GUIX_ENVIRONMENT]
    let vimplugins = directory . "/share/vim/vimfiles"
    if isdirectory(vimplugins)
        let &pp = join([&pp,vimplugins], ',')
    endif
endfor
b870109c26836d32d991fcfbedaab'>Collapse)Author 2021-12-13gnu: Simplify package inputs.Ludovic Courtès This commit was obtained by running: ./pre-inst-env guix style without any additional argument. 2020-11-29gnu: libphidget: Update to 2.1.9.20190409.Tobias Geerinckx-Rice * gnu/packages/libphidget.scm (libphidget): Update to 2.1.9.20190409.