Add vimwiki.

This commit is contained in:
Saeed Afzal
2025-02-20 11:45:23 +00:00
parent d805fd8dbe
commit fb105a717b
5 changed files with 13 additions and 0 deletions

1
lua/plugins/init.lua Normal file
View File

@@ -0,0 +1 @@
require "plugins.vimwiki"

5
lua/plugins/vimwiki.lua Normal file
View File

@@ -0,0 +1,5 @@
local g = vim.g
g.vimwiki_list = {
{ path = "~/Documents/Notes/vimwiki", index = "index" }
}