From b8ab4613bcd88f4110668e803d1e9fbb2fbf556b Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 2 Oct 2024 23:51:44 +0200 Subject: vimwiki --- nvim/lua/plugins/notes.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nvim/lua/plugins/notes.lua (limited to 'nvim') diff --git a/nvim/lua/plugins/notes.lua b/nvim/lua/plugins/notes.lua new file mode 100644 index 0000000..8b44494 --- /dev/null +++ b/nvim/lua/plugins/notes.lua @@ -0,0 +1,13 @@ +return { + { + "vimwiki/vimwiki", + init = function() + vim.g.vimwiki_list = {{ + syntax="markdown", + ext=".md", + path="~/notes/", + auto_toc=1, + }} + end + }, +} -- cgit v1.2.3