style(nvim): simple format for orgmode
This commit is contained in:
parent
168b921645
commit
dfa83a6648
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user