nvim: let's try out this orgmode thing

This commit is contained in:
2023-07-08 15:20:41 +03:00
parent 1695f75d4b
commit 022c795ab8
2 changed files with 18 additions and 0 deletions

View File

@ -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)