1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Add the Matrix plugin for fun!

This commit is contained in:
jdhao 2020-01-04 15:11:42 +08:00 committed by GitHub
parent 626b28db11
commit 69565e989d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
\ },