nvim: let's try out this orgmode thing
This commit is contained in:
@ -257,4 +257,16 @@ require("packer").startup(function()
|
||||
require("plugins.vimtex")
|
||||
end,
|
||||
})
|
||||
|
||||
--
|
||||
-- orgmode
|
||||
--
|
||||
|
||||
use({
|
||||
"nvim-orgmode/orgmode",
|
||||
after = 'nvim-treesitter',
|
||||
config = function()
|
||||
require("plugins.orgmode")
|
||||
end,
|
||||
})
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user