diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-20 21:53:28 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-20 21:53:28 +0800 |
| commit | 82212af82e2d9cec3422a217fc6f093adde0b937 (patch) | |
| tree | 812a5451217536040b6d99068c591133fc533bd6 /core/plugins.vim | |
| parent | 04773640232a3e39fb1f2914c5e0ee6a2e1e33ba (diff) | |
fix package root directory issue
Expose a new global variable package_home.
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 07515d9..32ef861 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -43,7 +43,7 @@ let g:semshi#mark_selected_nodes=0 let g:semshi#error_sign=v:false """""""""""""""""""""""""" vlime settings """""""""""""""""""""""""""""""" -command! -nargs=0 StartVlime call jobstart(printf("sbcl --load %s/vlime/lisp/start-vlime.lisp", g:plug_home)) +command! -nargs=0 StartVlime call jobstart(printf("sbcl --load %s/vlime/lisp/start-vlime.lisp", g:package_home)) "}} |
