style(nvim): simple format for orgmode

This commit is contained in:
Price Hiller 2023-09-25 12:09:10 -05:00
parent 168b921645
commit dfa83a6648
No known key found for this signature in database

View File

@ -22,7 +22,7 @@ return {
}, },
ft = { "org" }, ft = { "org" },
keys = { keys = {
{ "<leader>o", desc = "> Org"} { "<leader>o", desc = "> Org" },
}, },
config = function() config = function()
-- Load treesitter grammar for org -- Load treesitter grammar for org