|
@@ -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
|