From 9fde98402ec02ecacbf0b0b7cec81602b95c3cdf Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 21 Jan 2025 17:30:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-21 17:30:06 --- .config/nvim/lua/plugins/orgmode.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/orgmode.lua b/.config/nvim/lua/plugins/orgmode.lua index 613e2057..61d08cf1 100644 --- a/.config/nvim/lua/plugins/orgmode.lua +++ b/.config/nvim/lua/plugins/orgmode.lua @@ -42,7 +42,11 @@ return { }, { "akinsho/org-bullets.nvim", - opts = {}, + opts = { + symbols = { + list = false, + }, + }, }, { "nvim-orgmode/telescope-orgmode.nvim",