" 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 /'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/nfs.scm
AgeCommit message (Expand)Author
2022-05-03services: pipefs: Correctly handle lack of extensions....Ludovic Courtès
2022-04-29services: Add missing 'description' fields....Ludovic Courtès
2022-03-17Revert "services: nfs: Define rpcbind-shepherd-service at the top level."...Maxim Cournoyer
2022-03-17services: nfs: Define rpcbind-shepherd-service at the top level....Maxim Cournoyer