all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 24a6b941a845f5f17b2f030edc93c964f38a5659 439 bytes (raw)
name: gnu/packages/aux-files/guix.vim 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
7
8
 
" 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

debug log:

solving 24a6b941a8 ...
found 24a6b941a8 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.