Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avdgaag/vim-lotus
Vim plugin for working with Lotus projects
https://github.com/avdgaag/vim-lotus
Last synced: 19 days ago
JSON representation
Vim plugin for working with Lotus projects
- Host: GitHub
- URL: https://github.com/avdgaag/vim-lotus
- Owner: avdgaag
- License: mit
- Created: 2015-06-22T19:50:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T05:56:54.000Z (over 9 years ago)
- Last Synced: 2024-04-15T15:54:48.179Z (9 months ago)
- Language: VimL
- Homepage: http://avdgaag.github.io/vim-lotus
- Size: 141 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-lotus
This plugin helps you navigate and develop projects using the [Lotus web
framework][lotus]. A Lotus project is detected by searching a .lotusrc file up
the directory hierarchy. When you edit a file in a Lotus project, this plugin
will be activated. This sets various options and defines some commands. It also
integrates with other Vim plugins.## Features
* Integrates with [vim-projectionist][] for navigating project files according
to Lotus conventions.
* Comes with extra mappings for [vim-surround][].
* Comes with extra snippets for [UltiSnips][].
* Provides `:Lotus` command that delegates to the Lotus CLI.
* Provides project-specific Vim navigation settings for `path` and
`suffixesadd`.See the documentation (`:help lotus`) for more information.
## Installation
Use your favourite Vim plugin manager to install this plugin. I use
[pathogen][]. Otherwise, download this plugin and put the files in its
subdirectories to the corresponding subdirectories in your `~/.vim` directory.## About
To find our more about the Lotus framework, see: https://github.com/lotus/lotus
To get the latest updates or report bugs, see this plugin's Github repository: https://github.com/avdgaag/vim-lotus
## Credits
Author: Arjan van der Gaag
URL: http://arjanvandergaag.nlThis plugin is based on earlier work by Tim Pope, who has released many
incredible Vim plugins.## License
See LICENSE.
[vim-projectionist]: https://github.com/tpope/vim-projectionist
[vim-surround]: https://github.com/tpope/vim-surround
[UltiSnips]: https://github.com/SirVer/UltiSnips
[pathogen]: https://github.com/tpope/vim-pathogen
[lotus]: https://github.com/lotus/lotus