12 lines
313 B
Lua
12 lines
313 B
Lua
|
return {
|
||
|
-- writing
|
||
|
{
|
||
|
'vimwiki/vimwiki',
|
||
|
config = function()
|
||
|
vim.g.vimwiki_list = { { path = '~/Documents/Buch/wiki', syntax = 'markdown', ext = '.md' } }
|
||
|
end
|
||
|
},
|
||
|
{ 'junegunn/goyo.vim' }, -- try raplcing these 2 at some point because they don't work that well anymore
|
||
|
{ 'junegunn/limelight.vim' },
|
||
|
}
|