add orgmode plugin
parent
ad40984aac
commit
f96dc8b471
@ -0,0 +1,7 @@
|
||||
return {
|
||||
'nvim-orgmode/orgmode',
|
||||
ft = { 'org' },
|
||||
config = function()
|
||||
require('orgmode').setup {}
|
||||
end
|
||||
}
|
Loading…
Reference in New Issue