refactor(nvim): load Orgmode on VeryLazy event

This commit is contained in:
Price Hiller 2024-02-07 11:38:05 -06:00
parent fbd31d3b43
commit 0f43f67e08
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -22,6 +22,7 @@ return {
},
},
dir = "~/Git/Neovim/Orgmode",
event = "VeryLazy",
ft = { "org" },
keys = {
{ "<leader>o", desc = "> Org" },