add orgmode plugin
This commit is contained in:
parent
ad40984aac
commit
f96dc8b471
2 changed files with 27 additions and 0 deletions
7
lua/custom/plugins/orgomode.lua
Normal file
7
lua/custom/plugins/orgomode.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'nvim-orgmode/orgmode',
|
||||
ft = { 'org' },
|
||||
config = function()
|
||||
require('orgmode').setup {}
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue