Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattn/vim-molder
https://github.com/mattn/vim-molder
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattn/vim-molder
- Owner: mattn
- License: mit
- Created: 2020-09-25T15:50:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T08:36:07.000Z (5 months ago)
- Last Synced: 2024-10-03T11:42:07.056Z (about 1 month ago)
- Language: Vim Script
- Homepage:
- Size: 304 KB
- Stars: 72
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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