Add back vimwiki and add plugin list in readme

This commit is contained in:
Saeed Afzal
2025-04-02 09:03:33 +01:00
parent 626db96425
commit add76792b9
4 changed files with 15 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
-- Core configuration
require "core"
-- Vimwiki
vim.g.vimwiki_list = {
{ path = "~/Documents/Notes", index = "index" }
}
-- Theme
vim.cmd [[
hi Normal guibg=none