mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 11:08:53 +02:00
helpers/mkPlugin: add extraConfig option
This commit is contained in:
parent
563ab0660b
commit
97fb6d6a29
3 changed files with 39 additions and 7 deletions
|
@ -13,6 +13,6 @@ in
|
|||
package = pkgs.vimPlugins.vim-fugitive;
|
||||
extraPackages = [pkgs.git];
|
||||
|
||||
# In typical tpope fashin, this plugin has no config options
|
||||
# In typical tpope fashion, this plugin has no config options
|
||||
options = {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue