mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 00:48:58 +02:00
docs: Allow to add an url in the online documentation (#1139)
* plugin/committia: Use correct maintainers import * plugins/neocord: Remove redyf as the entry is not in the list * docs: Allow to add an URL to the plugin
This commit is contained in:
parent
9d30e87455
commit
82a24d0d42
6 changed files with 88 additions and 6 deletions
|
@ -10,7 +10,7 @@ with lib;
|
|||
name = "neocord";
|
||||
defaultPackage = pkgs.vimPlugins.neocord;
|
||||
|
||||
maintainers = [maintainers.redyf];
|
||||
maintainers = [];
|
||||
|
||||
settingsOptions = {
|
||||
# General options.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue