No known key found for this signature in database
GPG key ID:
D1ACCDCF2B9B9799
38 changed files with
38 additions and
38 deletions
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.ai = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.align = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.animate = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.basics = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.bracketed = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.bufremove = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.clue = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.colors = {
|
|
|
|
|
enable = mkEnableOption "mini.colors";
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.comment = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.completion = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.diff = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.doc = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.extra = {
|
|
|
|
|
enable = mkEnableOption "mini.extra";
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.files = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.fuzzy = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.git = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.hipatterns = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.icons = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.indentscope = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.jump = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.jump2d = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.map = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.misc = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.move = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.notify = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.operators = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.pairs = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.pick = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.sessions = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.snippets = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.splitjoin = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.starter = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.statusline = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.surround = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.tabline = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.test = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.trailspace = {
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
lib,
|
|
|
|
|
...
|
|
|
|
|
}: let
|
|
|
|
|
inherit (lib.options) mkEnableOption mkOption;
|
|
|
|
|
inherit (lib.options) mkEnableOption;
|
|
|
|
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
|
|
|
|
in {
|
|
|
|
|
options.vim.mini.visits = {
|
|
|
|
|
|