diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-22 13:06:54 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-22 13:07:47 +0200 |
commit | 2df68b8f3f365271fe25867100adc4004e8b41fb (patch) | |
tree | 121a94840388b646f9a9870b1396c04f2ce7ffd6 /config/essentials/nvim/lua/user/zk.lua | |
parent | 67bafeaaa2c4fbb7021b2d5cecaa495e8295ffa0 (diff) | |
parent | 3193a36d5306845e5bf51839f8e884e2aca17808 (diff) |
Merge branch 'main' of db:dotfiles
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", + }, } }) |