Skip to content

Commit

Permalink
mini/starer: format
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Feb 3, 2025
1 parent bed6d97 commit 1dc7460
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/nixvim/plugins/mini/starter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@

items = {
"__unkeyed-1.builtin_actions".__raw = "require('mini.starter').sections.builtin_actions()";
"__unkeyed-2.recent_files_current_directory".__raw = "require('mini.starter').sections.recent_files(10, true)";
"__unkeyed-2.recent_files_current_directory".__raw =
"require('mini.starter').sections.recent_files(10, true)";
"__unkeyed-3.recent_files".__raw = "require('mini.starter').sections.recent_files(10, false)";
"__unkeyed-4.sessions".__raw = lib.mkIf (
config.plugins.mini.enable && lib.hasAttr "sessions" config.plugins.mini.modules
Expand All @@ -46,7 +47,8 @@

content_hooks = {
"__unkeyed-1.adding_bullet".__raw = "require('mini.starter').gen_hook.adding_bullet()";
"__unkeyed-2.indexing".__raw = "require('mini.starter').gen_hook.indexing('all', { 'Builtin actions' })";
"__unkeyed-2.indexing".__raw =
"require('mini.starter').gen_hook.indexing('all', { 'Builtin actions' })";
"__unkeyed-3.padding".__raw = "require('mini.starter').gen_hook.aligning('center', 'center')";
};
};
Expand Down

0 comments on commit 1dc7460

Please sign in to comment.