Update vim-wiki path

This commit is contained in:
Oliver Davies 2024-01-26 01:29:49 +00:00
parent 9b6d5e172b
commit e026ed154c

View file

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