From b68ac7c7b12559533801a4c4634d223eb3ece489 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 12 Mar 2021 12:18:51 -0500 Subject: clean up startify --- plug-config/start-screen.vim | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/plug-config/start-screen.vim b/plug-config/start-screen.vim index 95c81a29..e0e40e70 100644 --- a/plug-config/start-screen.vim +++ b/plug-config/start-screen.vim @@ -12,10 +12,10 @@ let g:startify_session_dir = '~/.config/nvim/session' let g:startify_lists = [ \ { 'type': 'files', 'header': [' Files'] }, - \ { 'type': 'dir', 'header': [' Current Directory '. getcwd()] }, \ { 'type': 'sessions', 'header': [' Sessions'] }, \ { 'type': 'bookmarks', 'header': [' Bookmarks'] }, \ ] + " \ { 'type': 'dir', 'header': [' Current Directory '. getcwd()] }, let g:startify_session_autoload = 1 @@ -31,12 +31,9 @@ function! StartifyEntryFormat() endfunction let g:startify_bookmarks = [ - \ { 'c': '~/.config/i3/config' }, + \ { 'b': '~/Blog' }, \ { 'i': '~/.config/nvim/init.vim' }, \ { 'z': '~/.zshrc' }, - \ '~/Blog', - \ '~/Code', - \ '~/Pics', \ ] let g:startify_enable_special = 0 -- cgit v1.2.3