summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-08 13:09:54 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-08 13:09:54 +0200
commitcf5e7428f58c95a97156a852bc67213de81c6cf8 (patch)
tree54ead45d3cf1c08b54ee9204da2111d9f1a65607 /config
parent344892a740937cea65521d986a474531a00dc1de (diff)
added vaults
Diffstat (limited to 'config')
-rw-r--r--config/essentials/nvim/lua/user/zk.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/essentials/nvim/lua/user/zk.lua b/config/essentials/nvim/lua/user/zk.lua
index db022cb..989560a 100644
--- a/config/essentials/nvim/lua/user/zk.lua
+++ b/config/essentials/nvim/lua/user/zk.lua
@@ -76,6 +76,16 @@ require("telekasten").setup({
template_new_note = home .. "/" .. "templates/new_note.md",
new_note_filename = "title",
},
+ ScalingNetworks = {
+ home = home .. "/" .. "ScalingNetworks",
+ template_new_note = home .. "/" .. "templates/new_note.md",
+ new_note_filename = "title",
+ },
+ RoutingSwitchingEssentials = {
+ home = home .. "/" .. "RoutingSwitchingEssentials",
+ template_new_note = home .. "/" .. "templates/new_note.md",
+ new_note_filename = "title",
+ },
SoftwareDesign2 = {
home = home .. "/" .. "SoftwareDesign2",
template_new_note = home .. "/" .. "templates/new_note.md",