Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattn/vim-molder


https://github.com/mattn/vim-molder

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# vim-molder

Minimal File Explorer

![](https://raw.githubusercontent.com/mattn/vim-molder/master/misc/screenshot1.gif)

![](https://raw.githubusercontent.com/mattn/vim-molder/master/misc/screenshot2.gif)

## Usage

```
$ vim /path/to/directory/
```

## Installation

For [vim-plug](https://github.com/junegunn/vim-plug) plugin manager:

```vim
Plug 'mattn/vim-molder'
```

## Extensions

vim-molder does not have features to operate file or directories. You need to add [vim-molder-operations](https://github.com/mattn/vim-molder-operations) if you want to do it.

```vim
Plug 'mattn/vim-molder'
Plug 'mattn/vim-molder-operations'
```

## Options

* Show dotfiles and dotdirs:

````vim
let g:molder_show_hidden = 1
````

## License

MIT

## Author

Yasuhiro Matsumoto