mattn / vim-molder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-molder

Minimal File Explorer

Usage

$ vim /path/to/directory/

Installation

For vim-plug plugin manager:

Plug 'mattn/vim-molder'

Extensions

vim-molder does not have features to operate file or directories. You need to add vim-molder-operations if you want to do it.

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

Options

  • Show dotfiles and dotdirs:

    let g:molder_show_hidden = 1

License

MIT

Author

Yasuhiro Matsumoto

About

License:MIT License


Languages

Language:Vim Script 100.0%