commit 3324519cb466fc5b08b71de003116c91a6dc00da
parent 880a48cb593f4ca10b6b6d1cd8000e80f2731e90
Author: Alex Balgavy <alex@balgavy.eu>
Date: Sun, 28 Mar 2021 12:52:33 +0200
vim: add minesweeper
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc
@@ -144,6 +144,9 @@ Plug 'stefandtw/quickfix-reflector.vim'
" Browse github repositories
Plug 'skanehira/gh.vim'
+
+" Minesweeper
+Plug 'iqxd/vim-mine-sweeping', { 'on': 'MineSweep' }
call plug#end()
" }}}2
" Config {{{2