1
1
Fork 0

startify branding, ghost comet

This commit is contained in:
Ava Gaiety Wroten 2021-04-11 00:08:38 -05:00
parent da54bd5612
commit 0bf188ff23

View file

@ -62,6 +62,7 @@ let g:ale_completion_enabled = 1
let g:ale_completion_autoimport = 1
call plug#begin('~/.config/nvim/autoload/plugged')
Plug 'mhinz/vim-startify'
Plug 'dracula/vim'
Plug 'cossonleo/neo-smooth-scroll.nvim'
Plug 'kyazdani42/nvim-web-devicons'
@ -154,3 +155,23 @@ lua << EOF
}
EOF
set statusline+=%{get(b:,'gitsigns_status','')}
"" vim-startify
let g:startify_custom_header = [
\ 'Gaiety | 2021',
\ ' .:::: .:: .:: .:: ',
\ ' .: .:: .:: .:: .:: .:: .:: ',
\ '.:: .:: .:: .:::: .:.: .: .:: .:: .::: .:: .:: .:: .:.: .:',
\ '.:: .: .: .:: .:: .:: .:: .:: .:: .:: .:: .: .:: .: .:: .:: ',
\ '.:: .::::.:: .::.:: .:: .::: .:: .:: .:: .:: .:: .: .::.::::: .:: .:: ',
\ ' .:: .: .: .:: .:: .:: .:: .:: .:: .:: .:: .:: .:: .: .::.: .:: ',
\ ' .::::: .:: .:: .:: .:: .:: .:: .:::: .:: .::: .: .:: .:::: .:: ',
\ '',
\ 'MAPPING ACTION',
\ '━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━',
\ '<Space> Leader',
\ '<Leader>? List Bindings',
\ '',
\ ]
let g:startify_change_to_dir = 0