Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mopp/layoutplugin.vim
This is Vim Plugin for generate plugin directory and files.
https://github.com/mopp/layoutplugin.vim
Last synced: 2 days 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-06T10:17:48.000Z (over 10 years ago)
- Last Synced: 2024-05-02T00:21:50.864Z (9 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