@username
を付けます 41 | Plug 'obcat/tlr.vim' " Tmux-Like window Resizer
42 | Plug 'obcat/voyager.vim' " Minimal file explorer
60 | augroup my-notify-noplugins
61 | autocmd!
62 | autocmd VimEnter * echomsg 'Plugins are not installed yet. See README.md.'
63 | augroup END
64 | command! PluginManagerInstall
65 | \ !curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
174 | nnoremap -d <Cmd>call <SID>browse(expand('~/dotfiles/home'))<CR>
175 | nnoremap -p <Cmd>call <SID>browse(expand('~/.vim/plugins'))<CR>
176 | nnoremap -u <Cmd>call <SID>browse(expand('%:p:h'))<CR>