https://github.com/mopp/layoutplugin.vim
This is Vim Plugin for generate plugin directory and files.
https://github.com/mopp/layoutplugin.vim
Last synced: 4 months ago
JSON representation
This is Vim Plugin for generate plugin directory and files.
- Host: GitHub
- URL: https://github.com/mopp/layoutplugin.vim
- Owner: mopp
- Created: 2013-11-20T15:13:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-06T10:17:48.000Z (almost 11 years ago)
- Last Synced: 2025-01-20T10:48:55.341Z (6 months ago)
- Language: VimL
- Size: 156 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LayoutPlugin.vim
This is Vim Plugin for generate plugin directory and files.## Installation
```vim
NeoBundleLazy 'mopp/layoutplugin.vim', { 'autoload' : { 'commands' : 'LayoutPlugin'} }
```## Configure
g:layoutplugin#is_suffix_plugin_name
LayoutPlugin automatically adds suffix '.vim'.
default: 1g:layoutplugin#is_append_vimrc
Layoutplugin automatically adds plugin path into your vimrc.
default: 0