From 39eba5d7a288a3148252d81c70bac63eeb86fe59 Mon Sep 17 00:00:00 2001 From: Phillip Nguyen Date: Mon, 16 Jun 2025 15:00:26 +0700 Subject: [PATCH] wip --- init.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/init.lua b/init.lua index ef2a3dab..a727891c 100644 --- a/init.lua +++ b/init.lua @@ -1438,6 +1438,14 @@ require('lazy').setup({ }) end, }, + { + 'lervag/wiki.vim', + -- tag = "v0.10", -- uncomment to pin to a specific release + init = function() + -- wiki.vim configuration goes here, e.g. + vim.g.wiki_root = '~/Documents/wiki' + end, + }, -- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the -- init.lua. If you want these files, they are in the repository, so you can just download them and