diff options
Diffstat (limited to 'config/essentials/nvim/lua/user/zk.lua')
-rw-r--r-- | config/essentials/nvim/lua/user/zk.lua | 33 |
1 files changed, 24 insertions, 9 deletions
diff --git a/config/essentials/nvim/lua/user/zk.lua b/config/essentials/nvim/lua/user/zk.lua index 41072a6..ee055d6 100644 --- a/config/essentials/nvim/lua/user/zk.lua +++ b/config/essentials/nvim/lua/user/zk.lua @@ -45,8 +45,8 @@ require('telekasten').setup({ template_new_note = home .. "/" .. "templates/new_note.md", new_note_filename = "title", }, - SoftwareDesign = { - home = home .. "/" .. "SoftwareDesign", + BusinessEnglish = { + home = home .. "/" .. "BusinessEnglish", template_new_note = home .. "/" .. "templates/new_note.md", new_note_filename = "title", }, @@ -55,21 +55,36 @@ require('telekasten').setup({ template_new_note = home .. "/" .. "templates/new_note.md", new_note_filename = "title", }, - NetworkEssentials = { - home = home .. "/" .. "NetworkEssentials", + BusinessCommunication = { + home = home .. "/" .. "BusinessCommunication", template_new_note = home .. "/" .. "templates/new_note.md", new_note_filename = "title", }, - C = { - home = home .. "/" .. "C", + AIEssentials = { + home = home .. "/" .. "AIEssentials", + template_new_note = home .. "/" .. "templates/new_note.md", + new_note_filename = "title", + }, + dotNetEssentials = { + home = home .. "/" .. "dotNetEssentials", + template_new_note = home .. "/" .. "templates/new_note.md", + new_note_filename = "title", + }, + iTalent = { + home = home .. "/" .. "iTalent", template_new_note = home .. "/" .. "templates/new_note.md", new_note_filename = "title", }, - businessIT = { - home = home .. "/" .. "businessIT", + SoftwareDesign2 = { + home = home .. "/" .. "SoftwareDesign2", 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", + }, } }) |