Change formatting

This commit is contained in:
2026-03-21 14:57:40 +01:00
parent 90f7ae975d
commit 93f0961709
2 changed files with 472 additions and 464 deletions

View File

@@ -1,12 +1,15 @@
return {
-- writing
{
'vimwiki/vimwiki',
ft = { 'md', 'wiki', 'tex' },
config = function()
vim.g.vimwiki_list = { { path = '~/Documents/Buch/wiki', syntax = 'markdown', ext = '.md' } }
end
},
--{ 'junegunn/goyo.vim' }, -- try replacing these 2 at some point because they don't work that well anymore
--{ 'junegunn/limelight.vim' },
-- writing
{
'vimwiki/vimwiki',
ft = { 'md', 'wiki', 'tex' },
config = function()
vim.g.vimwiki_list = {
{ path = '~/Documents/Buch/wiki', syntax = 'markdown', ext = '.md' },
{ path = '~/Notes', syntax = 'markdown', ext = '.md' },
}
end
},
--{ 'junegunn/goyo.vim' }, -- try replacing these 2 at some point because they don't work that well anymore
--{ 'junegunn/limelight.vim' },
}