feat(nvim): enable org-mode org_startup_indented option

This enables the Virtual indents I added in a PR 🚀
This commit is contained in:
Price Hiller 2024-01-25 15:32:27 -06:00
parent 71dbfa3098
commit f1f80b4602
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,7 +1,6 @@
return {
{
"nvim-orgmode/orgmode",
dir = "~/Git/Neovim/Orgmode",
dependencies = {
{ "nvim-treesitter/nvim-treesitter" },
{
@ -41,6 +40,7 @@ return {
org_agenda_span = "month",
org_startup_folded = "inherit",
org_hide_emphasis_markers = true,
org_startup_indented = true,
org_todo_keywords = { "TODO(t)", "NEXT(n)", "|", "DONE(d)", "CANCELLED(c)" },
win_split_mode = "auto",
org_capture_templates = {