First draft after switching to lazy.nvim

This commit is contained in:
Fabian Schmidt
2023-02-24 21:11:27 +01:00
parent 6a51019731
commit 717c7f09e5
10 changed files with 235 additions and 223 deletions

11
lua/plugins/writing.lua Normal file
View File

@@ -0,0 +1,11 @@
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' },
}