diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-26 22:51:12 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-26 22:51:12 +0200 | 
| commit | af9a83c5eecc7b5965bfbcaf718eb11fd2018c98 (patch) | |
| tree | d8e3c25e08de22fe961c85b536cc62f3a68f7b2c /config/essentials | |
| parent | 6c4352a8d67412df5efbdae54155c7d13f78a15d (diff) | |
added C vault
Diffstat (limited to 'config/essentials')
| -rw-r--r-- | config/essentials/nvim/lua/user/zk.lua | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/config/essentials/nvim/lua/user/zk.lua b/config/essentials/nvim/lua/user/zk.lua index a5e06d8..613c8e5 100644 --- a/config/essentials/nvim/lua/user/zk.lua +++ b/config/essentials/nvim/lua/user/zk.lua @@ -50,6 +50,11 @@ require('telekasten').setup({  			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", +		},  		businessIT = {  			home = home .. "/" .. "businessIT",  			template_new_note = home .. "/" .. "templates/new_note.md",  | 
