unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 7dc359e52b3d76f37f29e37253f88abe826408c8 331 bytes (raw)
name: gnu/packages/aux-files/guix.vim 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
7
 
" 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_PROFILE, $GUIX_ENVIRONMENT]
    let vimplugins = directory . "/share/vim/vimfiles"
    if isdirectory(vimplugins)
        let &rtp = join([&rtp,vimplugins], ',')
    endif
endfor

debug log:

solving 7dc359e52b ...
found 7dc359e52b 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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).