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",