add neogit and orgmode

This commit is contained in:
Marc Talcott 2024-06-10 20:45:36 -04:00
parent 8da73b14ea
commit ceb38d09b0
5 changed files with 51 additions and 2 deletions

View file

@ -0,0 +1,8 @@
return {
'iamcco/markdown-preview.nvim',
cmd = { 'MarkdownPreviewToggle', 'MarkdownPreview', 'MarkdownPreviewStop' },
ft = { 'markdown' },
build = function()
vim.fn['mkdp#util#install']()
end,
}