mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
contributing: document plugins/default.nix
Mention that new plugins need to be imported via the `default.nix` file.
This commit is contained in:
@@ -75,6 +75,9 @@ In either case, you don't need to bother implementing this part. It is done auto
|
||||
> `settings` has a "freeform" type `attrsOf anything`, meaning it can be configured with _anything_.
|
||||
> Declaring `settingsOptions` is therefore optional and just adds type-checking and documentation.
|
||||
|
||||
#### Add to plugins/default.nix
|
||||
As a final step, please add your plugin to `plugins/default.nix`. Please maintain the file hierarchy.
|
||||
|
||||
|
||||
### Tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user