home/nixvim | formating + new mapping

This commit is contained in:
Don Harper 2025-07-30 21:34:35 -05:00
parent 8bba8e4a84
commit cd46a439c0

View file

@ -8,6 +8,10 @@
key = "<leader>t";
action = ":Telescope buffers<CR>";
}
{
key = "<leader>T";
action = ":terminal<CR>";
}
{
key = "<leader>e";
action = ":Neotree<CR>";
@ -68,9 +72,7 @@
enable = true;
settings = {
legacy_commands = false;
templates = {
subdir = "Templates";
};
templates = { subdir = "Templates"; };
daily_notes = {
date_format = "%Y-%m-%d";
folder = "Daily";