vimrc読書会 http://vim-jp.org/reading-vimrc/
@username
1 | " Windows Registry Editor Version 5.00 2 | " 3 | " [HKEY_CLASSES_ROOT\*\shell\Edit with Vim] 4 | " 5 | " [HKEY_CLASSES_ROOT\*\shell\Edit with Vim\command] 6 | " @="nvim-qt.exe \"%L\""
init.vim#L16
16 | fun! InstallPlug() "bootstrap plug.vim on new systems
init.vim#L20
20 | endfun
35 | " git clone https://github.com/sunaku/dasht