home/nixvim | formating + new mapping
This commit is contained in:
parent
8bba8e4a84
commit
cd46a439c0
1 changed files with 5 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue