-
Notifications
You must be signed in to change notification settings - Fork 1
plugins
cantora edited this page May 21, 2013
·
1 revision
##available plugins Without any plugins, aug doesn't do much of anything. Right now the only useful plugin for aug can be found here.
##installation
To install a plugin, build it and copy the shared object binary
(usually a .so file) into the aug plugins directory (by default,
aug searches for plugins in $HOME/.aug-plugins
). For security
considerations, make sure you trust the author of the plugin
before installing it.
##configuration
Plugin options can be configured in the aug configuration file (see
configuration)
under a section named after the plugin's name. For example, the bar
option of the foo
plugin is set to 'blah' in the example configuration
file shown below.
[aug]
cmd-prefix = ^Q ;
[foo]
bar = blah ;