nvim/lua/plugins/writing.lua

13 lines
350 B
Lua
Raw Normal View History

return {
-- writing
{
'vimwiki/vimwiki',
2023-02-26 13:20:49 +01:00
ft = { 'md', 'wiki', 'tex' },
config = function()
vim.g.vimwiki_list = { { path = '~/Documents/Buch/wiki', syntax = 'markdown', ext = '.md' } }
end
},
2023-02-26 13:20:49 +01:00
--{ 'junegunn/goyo.vim' }, -- try replacing these 2 at some point because they don't work that well anymore
--{ 'junegunn/limelight.vim' },
}