@username
を付けます 2 | if !exists("g:office_work") | let g:office_work = v:false | endif
3 | if !exists("g:help_translation") | let g:help_translation = v:false | endif
8 | if has('win32')
9 | const s:plugins_path = expand("~/vimfiles/pack/plugins/start/")
10 | else
11 | const s:plugins_path = expand("~/.vim/pack/plugins/start/")
12 | endif
13 | if !isdirectory(s:plugins_path) | call mkdir(s:plugins_path, "p") | endif
14 |
15 | function s:Install(path, condition = v:true, branch = '') abort