add orgmode plugin

This commit is contained in:
Omixxx 2023-02-27 23:00:49 +01:00
parent ad40984aac
commit f96dc8b471
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,7 @@
return {
'nvim-orgmode/orgmode',
ft = { 'org' },
config = function()
require('orgmode').setup {}
end
}