diff options
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/plug-config/startify.vim | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.config/nvim/plug-config/startify.vim b/.config/nvim/plug-config/startify.vim deleted file mode 100644 index 627158d..0000000 --- a/.config/nvim/plug-config/startify.vim +++ /dev/null @@ -1,30 +0,0 @@ -" Startify -let g:startify_custom_header = startify#pad([ - \ ' _____________________________________ ', - \ ' / \', - \ ' | Hi, partner, welcome_back to |', - \ ' | _ __ ___ _____ _(_)_ __ ___ |', - \ ' | | ''_ \ / _ \/ _ \ \ / / | ''_ ` _ \ |', - \ ' | | | | | __/ (_) \ V /| | | | | | | |', - \ ' | |_| |_|\___|\___/ \_/ |_|_| |_| |_| |', - \ ' \ /', - \ ' ------------------------------------- ', - \ ' \ ^__^ ', - \ ' \ (oo)\_______ ', - \ ' (__)\ )\/\ ', - \ ' ||----w | ', - \ ' || || ', - \ ]) -let g:startify_lists = [ - \ { 'type': 'sessions', 'header': startify#pad(['Sessions']) }, - \ { 'type': 'files', 'header': startify#pad(['Recent']) }, - \ { 'type': 'bookmarks', 'header': startify#pad(['Bookmarks']) }, - \ { 'type': 'commands', 'header': startify#pad(['Commands']) }, - \ ] -let g:startify_bookmarks = [ - \ { 'env': '~/.config/env' }, - \ { 'v': '~/.config/nvim/init.vim' }, - \ { 'zc': '~/.config/zsh/.zshrc' }, - \ { 'za': '~/.config/zsh/alias.zsh' }, - \ { 'gj': '~/dev/go/gojosh' }, - \ ] |