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";
|
key = "<leader>t";
|
||||||
action = ":Telescope buffers<CR>";
|
action = ":Telescope buffers<CR>";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
key = "<leader>T";
|
||||||
|
action = ":terminal<CR>";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
key = "<leader>e";
|
key = "<leader>e";
|
||||||
action = ":Neotree<CR>";
|
action = ":Neotree<CR>";
|
||||||
|
|
@ -68,9 +72,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
legacy_commands = false;
|
legacy_commands = false;
|
||||||
templates = {
|
templates = { subdir = "Templates"; };
|
||||||
subdir = "Templates";
|
|
||||||
};
|
|
||||||
daily_notes = {
|
daily_notes = {
|
||||||
date_format = "%Y-%m-%d";
|
date_format = "%Y-%m-%d";
|
||||||
folder = "Daily";
|
folder = "Daily";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue