diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-19 17:38:01 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-19 17:38:01 +0100 | 
| commit | bd753881db046fcf4f1280c313a746e887cd1740 (patch) | |
| tree | a55956519d63a631f2332c2b1ad8ebb0066483b3 /config | |
| parent | 21c9ea222bc0fb058de02bcc2d1f7e4c0bde3205 (diff) | |
removed: (nvim zk) vaults
Diffstat (limited to 'config')
| -rw-r--r-- | config/essentials/nvim/lua/tlast/zk.lua | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/config/essentials/nvim/lua/tlast/zk.lua b/config/essentials/nvim/lua/tlast/zk.lua index a031dc1..69485d8 100644 --- a/config/essentials/nvim/lua/tlast/zk.lua +++ b/config/essentials/nvim/lua/tlast/zk.lua @@ -37,12 +37,6 @@ require('telekasten').setup({  	template_handling = "smart",  	new_note_location = "smart",  	rename_update_links = true, -	vaults = { -		cs = { -			home = home .. '/' .. 'cs', -			template_new_note = home .. '/' .. 'templates/new_note.md', -		}, -	},  	media_previewer = "telescope-media-files",  	follow_url_fallback = nil,  })  | 
