-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: don't load bundles with
opt
items, add api for loading them
- Loading branch information
Showing
9 changed files
with
411 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
============================================================================== | ||
rocks-config.nvim Lua API *rocks-config* | ||
|
||
rocks-config.RockSpec : RockSpec *rocks-config.RockSpec* | ||
|
||
Fields: ~ | ||
{config?} (string|boolean) | ||
|
||
|
||
rocks-config.configure.Opts *rocks-config.configure.Opts* | ||
|
||
Fields: ~ | ||
{load_bundle_pre?} (fun(bundle_items:string[])) | ||
Callbac that is invoked before loading a plugin bundle. | ||
Takes the bundle items as an argument. | ||
|
||
|
||
*rocks_config.configure* | ||
rocks_config.configure({plugin}, {opts?}) | ||
Load a plugin's configuration | ||
|
||
Parameters: ~ | ||
{plugin} (string|rocks-config.RockSpec) The name of the plugin to configure | ||
{opts?} (rocks-config.configure.Opts) | ||
|
||
|
||
vim:tw=78:ts=8:noet:ft=help:norl: |
Oops, something went wrong.