Update
This commit is contained in:
parent
04d2e91dd5
commit
8412b4dd93
@ -12,7 +12,21 @@
|
|||||||
"core.concealer" = { config.folds = false; };
|
"core.concealer" = { config.folds = false; };
|
||||||
"core.export" = { __empty = null; };
|
"core.export" = { __empty = null; };
|
||||||
"core.ui.calendar" = { __empty = null; };
|
"core.ui.calendar" = { __empty = null; };
|
||||||
|
"core.integrations.telescope" = { __empty = null; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.nixvim.keymaps = [
|
||||||
|
{
|
||||||
|
key = "<leader>nh";
|
||||||
|
action = "<cmd>Telescope neorg search_headings<cr>";
|
||||||
|
options.desc = "Neorg Search Headings";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
key = "<leader>nf";
|
||||||
|
action = "<cmd>Telescope neorg find_norg_files<cr>";
|
||||||
|
options.desc = "Neorg Search Files";
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user