refactor(nvim): improve org-mode setup
This commit is contained in:
parent
7e937d9164
commit
323455f36b
@ -21,9 +21,15 @@ return {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ft = { "org" },
|
||||||
|
keys = {
|
||||||
|
{ "<leader>o", desc = "> Org" },
|
||||||
|
},
|
||||||
|
init = function()
|
||||||
|
require("orgmode").setup_ts_grammar()
|
||||||
|
end,
|
||||||
config = function()
|
config = function()
|
||||||
-- Load treesitter grammar for org
|
-- Load treesitter grammar for org
|
||||||
require("orgmode").setup_ts_grammar()
|
|
||||||
|
|
||||||
-- Setup orgmode
|
-- Setup orgmode
|
||||||
require("orgmode").setup({
|
require("orgmode").setup({
|
||||||
|
Loading…
Reference in New Issue
Block a user