vim-startify
vim-startify copied to clipboard
:link: The fancy start screen for Vim.
I have looked through documentation and code and it doesn't seem possible. I have a function which reads [ranger](https://github.com/ranger/ranger) bookmark file and I would like to retain the same bookmark...
I am having an issue where I have given all of my bookmarks as directories, but when I select them `neovim` just opens an empty buffer. Does startify work with...
Took the idea from the issue creator , rogino, and tried to fix the bug.
Hi, For my workflow I would like to toggle startify on/off on demand. I can *sort* of get this with the following: ``` let g:startify_disable_at_vimenter = 1 augroup rcstartify autocmd...
On nvim 0.4.3 (macOS Catalina), I just added this line to my neovim config https://gist.github.com/naknode/f8f9aab6b758d05df900afe340713219 `Plug 'mhinz/vim-startify'` and I still do not see this on startup. I added the same...
I tried to use my NERDTree bookmarks by adding this line from the wiki to neovims init.vim file: `let g:startify_bookmarks = systemlist("cut -sd' ' -f 2- ~/.NERDTreeBookmarks")` But I get...
Hi, how to custom create a figlet header?
On Windows, if the filename has spaces, Startify fails to change the directory. Somewhere along the line, `a:path`, the path to the file that was selected, gets its spaces escaped...
Some people (me) might prefer a (arguably(?)) simple, nifty looking ASCII art instead of a cow. I hereby contribute by sharing my custom header. ``` let ascii_art = [ \...
