mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
contributing: document plugins/default.nix
Mention that new plugins need to be imported via the `default.nix` file.
This commit is contained in:
parent
c96b46f44b
commit
2704133fe3
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue