Skip to content

Instantly share code, notes, and snippets.

@AndrewRadev
Created July 4, 2014 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewRadev/bafcc8580619c24692ff to your computer and use it in GitHub Desktop.
Save AndrewRadev/bafcc8580619c24692ff to your computer and use it in GitHub Desktop.
" Ensure that the NERDTree is loaded before startify
runtime! plugin/nerdtree.vim
let g:startify_bookmarks = []
for bookmark in g:NERDTreeBookmarks
call add(g:startify_bookmarks, bookmark.path.str())
endfor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment