Find a file
Vladimir 81bbc69581 Unlet s:last_message with no error in show_list (#329)
If entries is empty, it will try to unlet of non-existing variable and throw the error.

References #328
2018-06-25 13:18:44 +02:00
autoload Unlet s:last_message with no error in show_list (#329) 2018-06-25 13:18:44 +02:00
doc Ignore buffers with unsaved changes when deleting buffers 2018-05-05 14:52:22 +02:00
images README: update screenshot 2017-01-11 13:17:59 +01:00
plugin Check for empty buffer on VimEnter 2018-04-10 12:13:06 +02:00
syntax Syntax: fix StartifyFooter regexp 2018-04-27 10:55:55 +02:00
test Fix tests 2018-04-09 17:21:22 +02:00
.gitignore Add doc/tags to .gitignore 2015-11-03 22:59:33 +01:00
.travis.yml Tests: use container-based infrastructure 2016-02-03 15:46:59 +01:00
CONTRIBUTING.md CONTRIBUTING: one commit per feature 2013-05-31 13:14:51 +02:00
LICENSE Small maintenance tasks 2015-04-28 15:34:11 +02:00
README.md README: add gotcha section 2017-02-04 13:52:51 +01:00

Build Status

vim-startify


This plugin provides a start screen for Vim and Neovim.

It provides dynamically created headers or footers and uses configurable lists to show recently used or bookmarked files and persistent sessions. All of this can be accessed in a simple to use menu that even allows to open multiple entries at once.

Startify doesn't get in your way and works out-of-the-box, but provides many options for fine-grained customization.



Installation and Documentation

Use your favorite plugin manager.

Using vim-plug:

Plug 'mhinz/vim-startify'

It works without any configuration, but you might want to look into the documentation for further customization:

:h startify
:h startify-faq

Screenshot

Startify in action!

That's it. A fancy start screen for Vim.

(Almost all visible features enabled. Colorscheme: vim-janah.)

Gotchas

The Vim 7.4.898 from macOS 10.12 (/usr/bin/vim) comes with a bug, that opens files with readonly set. Don't use this Vim from 3 years ago. Use homebrew or MacPorts to get a current version.

Author and Feedback

If you like my plugins, please star them on Github. It's a great way of getting feedback. Same goes for issues reports or feature requests.