vim-startify


Ⅰ. 插件描述

:link: The fancy start screen for Vim.

Ⅱ. 基本信息

创建日期:  2013-04-23
使用用户:  1342
Github星:  3085
插件作者:  Marco Hinz

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'mhinz/vim-startify'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'mhinz/vim-startify'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'mhinz/vim-startify'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/mhinz/vim-startify

Ⅳ. 文档说明

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.)_

Author and Feedback

If you like my plugins, please star them on Github. It's a great way of getting

  1. Same goes for issues reports or feature requests.

添加新评论