From 2d233c918165866c6e54a040b1a6473c5cde4933 Mon Sep 17 00:00:00 2001 From: thomasba Date: Fri, 15 May 2020 21:07:49 +0200 Subject: [PATCH] Put some more fun in vim :) --- vim/plug.vim | 3 +++ 1 file changed, 3 insertions(+) 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()