refactor(nvim): improve org-mode setup

This commit is contained in:
Price Hiller 2023-11-22 10:29:49 -06:00
parent 7e937d9164
commit 323455f36b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -21,9 +21,15 @@ return {
}
}
},
ft = { "org" },
keys = {
{ "<leader>o", desc = "> Org" },
},
init = function()
require("orgmode").setup_ts_grammar()
end,
config = function()
-- Load treesitter grammar for org
require("orgmode").setup_ts_grammar()
-- Setup orgmode
require("orgmode").setup({