summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-09-20 12:17:08 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-09-20 12:17:18 +0200
commitae7b55ff7650160ed2b0fade12a6e79bc738e5e0 (patch)
treefaeb91f635dbdd6d5cbc8e2eeab7ca7e0dd73781
parente5b735f8a7013fd872cd78e588b9cbe87602ec14 (diff)
[nvim (zk)] removed unused vaults
-rw-r--r--config/essentials/nvim/lua/user/zk.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/config/essentials/nvim/lua/user/zk.lua b/config/essentials/nvim/lua/user/zk.lua
index 41072a6..2c3d9b5 100644
--- a/config/essentials/nvim/lua/user/zk.lua
+++ b/config/essentials/nvim/lua/user/zk.lua
@@ -45,21 +45,6 @@ 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",
- },
- DataEssentials = {
- home = home .. "/" .. "DataEssentials",
- template_new_note = home .. "/" .. "templates/new_note.md",
- new_note_filename = "title",
- },
- NetworkEssentials = {
- home = home .. "/" .. "NetworkEssentials",
- template_new_note = home .. "/" .. "templates/new_note.md",
- new_note_filename = "title",
- },
C = {
home = home .. "/" .. "C",
template_new_note = home .. "/" .. "templates/new_note.md",