diff --git a/vim/plug.vim b/vim/plug.vim index 2d06a55..1f174f8 100644 --- a/vim/plug.vim +++ b/vim/plug.vim @@ -97,4 +97,7 @@ Plug 'elzr/vim-json' "Plugin 'terryma/vim-multiple-cursors' Plug 'mbbill/undotree', { 'on': ['UndotreeToggle', 'UndotreeShow'] } +" games ... +Plug 'johngrib/vim-game-snake', { 'on': 'VimGameSnake' } + call plug#end()