~ruther/guix-local

ref: d7085a3c5001635ec2f63dabdd970ecf7d64a3f8 guix-local/gnu/packages/aux-files/guix.vim -rw-r--r-- 331 bytes
d7085a3c — Efraim Flashner gnu: python-pillow: Add cpe-name. 4 years ago
                                                                                
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