Skip to content

Commit

Permalink
Showing 3 changed files with 12 additions and 7 deletions.
7 changes: 4 additions & 3 deletions fnl/legendary.fnl
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
(let [M (require :legendary)
keymaps []
commands [{1 ":so $VIMRUNTIME/syntax/hitest.vim"
:description "enumerate highlight"}]
functions []
:description "Show highlights"}]
funcs [{1 Snacks.notifier.show_history
:description "Show notification history"}]
autocmds []]
(M.setup {:include_builtin false
:include_legendary_cmds false
:col_separator_char ""
: keymaps
: commands
: functions
: funcs
: autocmds}))
6 changes: 3 additions & 3 deletions lua/autogen/legendary.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion main/search.nix
Original file line number Diff line number Diff line change
@@ -28,7 +28,10 @@ rec {
# for sg
ast-grep
];
hooks.commands = [ "Telescope" "TelescopeB" ];
hooks.commands = [
"Telescope"
"TelescopeB"
];
};
asterisk = {
package = vim-asterisk;
@@ -60,6 +63,7 @@ rec {
};
}
telescope
lib.snacks
];
postConfig = read ../lua/autogen/legendary.lua;
hooks.commands = [ "Legendary" ];

0 comments on commit 4b7d429

Please sign in to comment.