startify branding, ghost comet
This commit is contained in:
parent
da54bd5612
commit
0bf188ff23
1 changed files with 21 additions and 0 deletions
|
@ -62,6 +62,7 @@ let g:ale_completion_enabled = 1
|
||||||
let g:ale_completion_autoimport = 1
|
let g:ale_completion_autoimport = 1
|
||||||
|
|
||||||
call plug#begin('~/.config/nvim/autoload/plugged')
|
call plug#begin('~/.config/nvim/autoload/plugged')
|
||||||
|
Plug 'mhinz/vim-startify'
|
||||||
Plug 'dracula/vim'
|
Plug 'dracula/vim'
|
||||||
Plug 'cossonleo/neo-smooth-scroll.nvim'
|
Plug 'cossonleo/neo-smooth-scroll.nvim'
|
||||||
Plug 'kyazdani42/nvim-web-devicons'
|
Plug 'kyazdani42/nvim-web-devicons'
|
||||||
|
@ -154,3 +155,23 @@ lua << EOF
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
set statusline+=%{get(b:,'gitsigns_status','')}
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue