mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +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
|
@ -13,6 +13,8 @@ with helpers.vim-plugin;
|
|||
defaultPackage = pkgs.vimPlugins.vim-ledger;
|
||||
globalPrefix = "ledger_";
|
||||
|
||||
maintainers = [maintainers.GaetanLepage];
|
||||
|
||||
# TODO introduced 2024-03-02: remove 2024-05-02
|
||||
deprecateExtraConfig = true;
|
||||
optionsRenamedToSettings = [
|
||||
|
|
|
@ -14,6 +14,8 @@ with helpers.vim-plugin;
|
|||
globalPrefix = "mkdp_";
|
||||
deprecateExtraConfig = true;
|
||||
|
||||
maintainers = [maintainers.GaetanLepage];
|
||||
|
||||
options = {
|
||||
autoStart = mkDefaultOpt {
|
||||
global = "auto_start";
|
||||
|
|
|
@ -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 = {};
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
helpers,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
helpers.vim-plugin.mkVimPlugin config {
|
||||
|
@ -10,6 +11,8 @@ helpers.vim-plugin.mkVimPlugin config {
|
|||
globalPrefix = "tagbar_";
|
||||
extraPackages = [pkgs.ctags];
|
||||
|
||||
maintainers = [lib.maintainers.GaetanLepage];
|
||||
|
||||
# TODO introduced 2024-02-12: remove 2024-04-12
|
||||
deprecateExtraConfig = true;
|
||||
|
||||
|
|
|
@ -12,6 +12,8 @@ with helpers.vim-plugin;
|
|||
defaultPackage = pkgs.vimPlugins.vim-slime;
|
||||
globalPrefix = "slime_";
|
||||
|
||||
maintainers = [maintainers.GaetanLepage];
|
||||
|
||||
# TODO introduced 2024-03-02: remove 2024-05-02
|
||||
deprecateExtraConfig = true;
|
||||
optionsRenamedToSettings = [
|
||||
|
|
|
@ -13,6 +13,8 @@ with helpers.vim-plugin;
|
|||
defaultPackage = pkgs.vimPlugins.zig-vim;
|
||||
globalPrefix = "zig_";
|
||||
|
||||
maintainers = [maintainers.GaetanLepage];
|
||||
|
||||
# TODO introduced 2024-03-02: remove 2024-05-02
|
||||
deprecateExtraConfig = true;
|
||||
imports = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue