-
Notifications
You must be signed in to change notification settings - Fork 30
/
README
33 lines (19 loc) · 1005 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
These are a set of plugins for Vim. You can download released versions here:
lusty-explorer.vim: http://www.vim.org/scripts/script.php?script_id=1890
lusty-juggler.vim: http://www.vim.org/scripts/script.php?script_id=2050
These are certainly well tested, but they can be quite old. It's probably
safe for you to use the current HEAD of the dev repository:
https://github.com/sjbach/lusty
Installation:
- Copy the the plugin/ and autoload/ directories to your ~/.vim.
Advice for submitting a patch:
- autoload/lustyexplorer.vim and autoload/lustyjuggler.vim are generated
files; modify src/ as well to make sure your changes aren't overwritten.
- "Build" by running `make` in the root of the repo.
- To test your changes for regressions (requires `expect`; may only work in
Linux):
$ cd tests/
$ VIM=/path/to/vim ./run-tests.bash
Note: the Emacs version of this plugin used to be included here, but now it
has its own repository:
http://github.com/sjbach/lusty-emacs