file-manager.vim


Ⅰ. 插件描述

Denite source for file management

Ⅱ. 基本信息

创建日期:  2017-09-30
使用用户:  1
Github星:  2
插件作者:  年糕小豆汤

Ⅲ. 安装方法

使用Vundle管理器安装

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

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

使用NeoBundle管理器安装

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

使用VimPlug管理器安装

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

使用Pathogen管理器安装

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

Ⅳ. 文档说明

## file-manager.vim

Denite source for file management

screenshot

Install

with vim-plug:

Plug 'Shougo/denite.nvim'
Plug 'iamcco/file-manager.vim'

Usage

:Denite file_manager

with more add delete move copy rename actions than the Denite directory_rec source

for directory default action is narrow and the behavior is like the narrow action in file source
will list the directory and file under the select directory

添加新评论