~ruther/guix-local

ref: 6dc315e96ccc0636e68f9106288d77bb9b9001f5 guix-local/gnu/packages/aux-files/guix.vim -rw-r--r-- 439 bytes
6dc315e9 — Hilton Chain gnu: rust-smithay-for-niri: Update to 0.6.0-1.c1f13a6. a year ago
                                                                                
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