https://github.com/mhinz/vim-startify.git

Marco Hinz b7398c8135 Check g:startify_session_persistence on VimLeave il y a 8 ans
autoload 967ea449f5 Make <MiddleMouse> take register il y a 9 ans
doc 72c51e773a New option: g:startify_session_number il y a 9 ans
images 3510ff837c README: update screenshot il y a 9 ans
plugin b7398c8135 Check g:startify_session_persistence on VimLeave il y a 8 ans
syntax c14a677496 Add g:startify_padding_left il y a 9 ans
test 01278efa54 Tests: expect an empty &buftype il y a 9 ans
.gitignore 90dcfc9882 Add doc/tags to .gitignore il y a 10 ans
.travis.yml b3127cb0d4 Tests: use container-based infrastructure il y a 10 ans
CONTRIBUTING.md cb5ac41cfe CONTRIBUTING: one commit per feature il y a 12 ans
LICENSE 9ef7fcb502 Small maintenance tasks il y a 10 ans
README.md 5e9e6a48c9 README: add gotcha section il y a 9 ans

README.md

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.