Add vim-wiki

This commit is contained in:
Oliver Davies 2024-01-26 01:29:49 +00:00
parent 2a72ffab2e
commit 9b6d5e172b
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,7 @@
vim.g.vimwiki_list = {
{
ext = 'md',
path = '~/Documents/wiki',
syntax = 'markdown',
}
}

View file

@ -228,6 +228,9 @@ rec {
# Themes
vimPlugins.catppuccin-nvim
# Wiki
vimPlugins.vimwiki
# Configuration.
opdavies-nvim
];