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:
parent
626b28db11
commit
69565e989d
@ -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',
|
||||
\ },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user