From 69565e989d09abb86e04ae79ed44c81624549385 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 4 Jan 2020 15:11:42 +0800 Subject: [PATCH] Add the Matrix plugin for fun! --- plugins.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins.vim b/plugins.vim index 18bf883..5370c4e 100644 --- a/plugins.vim +++ b/plugins.vim @@ -109,6 +109,7 @@ if !exists('g:started_by_firenvim') Plug 'vim-airline/vim-airline-themes' Plug 'mhinz/vim-startify' endif +Plug 'uguu-org/vim-matrix-screensaver', {'on': 'Matrix'} "}} "{{ Plugin to deal with URL @@ -869,7 +870,7 @@ if exists('g:started_by_firenvim') && g:started_by_firenvim set laststatus=0 nonumber noruler noshowcmd " general config for firenvim - let g:firenvim_config = { + let g:firenvim_config = { \ 'globalSettings': { \ 'alt': 'all', \ },