summaryrefslogtreecommitdiff
path: root/config/essentials/nvim/lua
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-18 13:52:08 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-18 13:52:08 +0200
commit1543bf58aa4fd2719a1f788c0f2899099585adea (patch)
tree8ff665f92941e195e5bfbe539fa7cea96116ab1e /config/essentials/nvim/lua
parent6d4e211f9b45adf939c6e52fe4811e1385c7e8a2 (diff)
renamed softwaredesign2
Diffstat (limited to 'config/essentials/nvim/lua')
-rw-r--r--config/essentials/nvim/lua/user/zk.lua9
1 files changed, 7 insertions, 2 deletions
diff --git a/config/essentials/nvim/lua/user/zk.lua b/config/essentials/nvim/lua/user/zk.lua
index 989560a..7e15fa3 100644
--- a/config/essentials/nvim/lua/user/zk.lua
+++ b/config/essentials/nvim/lua/user/zk.lua
@@ -56,6 +56,11 @@ require("telekasten").setup({
template_new_note = home .. "/" .. "templates/new_note.md",
new_note_filename = "title",
},
+ SoftwareDesign = {
+ home = home .. "/" .. "SoftwareDesign",
+ template_new_note = home .. "/" .. "templates/new_note.md",
+ new_note_filename = "title",
+ },
BusinessCommunication = {
home = home .. "/" .. "BusinessCommunication",
template_new_note = home .. "/" .. "templates/new_note.md",
@@ -86,8 +91,8 @@ require("telekasten").setup({
template_new_note = home .. "/" .. "templates/new_note.md",
new_note_filename = "title",
},
- SoftwareDesign2 = {
- home = home .. "/" .. "SoftwareDesign2",
+ SoftwareDesignAndQualityAssurance = {
+ home = home .. "/" .. "SoftwareDesignAndQualityAssurance",
template_new_note = home .. "/" .. "templates/new_note.md",
new_note_filename = "title",
},