summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-07-26 22:51:12 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-07-26 22:51:12 +0200
commitaf9a83c5eecc7b5965bfbcaf718eb11fd2018c98 (patch)
treed8e3c25e08de22fe961c85b536cc62f3a68f7b2c
parent6c4352a8d67412df5efbdae54155c7d13f78a15d (diff)
added C vault
-rw-r--r--config/essentials/nvim/lua/user/zk.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/essentials/nvim/lua/user/zk.lua b/config/essentials/nvim/lua/user/zk.lua
index a5e06d8..613c8e5 100644
--- a/config/essentials/nvim/lua/user/zk.lua
+++ b/config/essentials/nvim/lua/user/zk.lua
@@ -50,6 +50,11 @@ require('telekasten').setup({
template_new_note = home .. "/" .. "templates/new_note.md",
new_note_filename = "title",
},
+ C = {
+ home = home .. "/" .. "C",
+ template_new_note = home .. "/" .. "templates/new_note.md",
+ new_note_filename = "title",
+ },
businessIT = {
home = home .. "/" .. "businessIT",
template_new_note = home .. "/" .. "templates/new_note.md",