packages: insta-wow pkg init

This commit is contained in:
ooks-io 2024-10-29 16:45:11 +11:00
parent c6d0e010ff
commit 7d683e712f
10 changed files with 188 additions and 47 deletions

View file

@ -1,5 +1,15 @@
{
vim.binds.whichKey = {
enable = true;
vim = {
binds.whichKey = {
enable = true;
};
utility = {
preview = {
markdownPreview = {
enable = true;
autoStart = true;
};
};
};
};
}