diff options
| author | jdhao <jdhao@hotmail.com> | 2020-01-04 15:11:42 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-04 15:11:42 +0800 |
| commit | 69565e989d09abb86e04ae79ed44c81624549385 (patch) | |
| tree | 3bf2784c7b811f5f2d84ea33b957c4303783b5f2 /plugins.vim | |
| parent | 626b28db11406922c59765316d5c39f51953c5c1 (diff) | |
Add the Matrix plugin for fun!
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 3 |
1 files changed, 2 insertions, 1 deletions
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', \ }, |
