First draft after switching to lazy.nvim
This commit is contained in:
11
lua/plugins/writing.lua
Normal file
11
lua/plugins/writing.lua
Normal 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' },
|
||||
}
|
Reference in New Issue
Block a user