mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
plugins: set myself (@GaetanLepage) as maintainer for several vim plugins
This commit is contained in:
parent
8b0eba515d
commit
f2de9a94c4
19 changed files with 43 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
helpers,
|
||||
pkgs,
|
||||
...
|
||||
|
@ -9,6 +10,8 @@ helpers.vim-plugin.mkVimPlugin config {
|
|||
originalName = "vim-nix";
|
||||
defaultPackage = pkgs.vimPlugins.vim-nix;
|
||||
|
||||
maintainers = [lib.maintainers.GaetanLepage];
|
||||
|
||||
# Possibly add option to disable Treesitter highlighting if this is installed
|
||||
options = {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue