From 4e90428bb7527c8ca6f4dd4b333d971bb6a0e218 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 29 Nov 2023 14:31:13 +0100 Subject: Add bullets to orgmode --- fnl/plugins/editor/orgmode.fnl | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/fnl/plugins/editor/orgmode.fnl b/fnl/plugins/editor/orgmode.fnl index 0628401..abf98f7 100644 --- a/fnl/plugins/editor/orgmode.fnl +++ b/fnl/plugins/editor/orgmode.fnl @@ -46,8 +46,15 @@ :org_agenda_templates templates}) (fn config [] - (let [orgmode (require :orgmode)] + (let [orgmode (require :orgmode) + bullets (require :org-bullets)] (orgmode.setup_ts_grammar) - (orgmode.setup opts))) - -{1 :nvim-orgmode/orgmode : config : init :event :VeryLazy : keys} + (orgmode.setup opts) + (bullets.setup {:concealcursor true}))) + +{1 :nvim-orgmode/orgmode + :dependencies :akinsho/org-bullets.nvim + :ft :org + : config + : init + : keys} -- cgit v1.2.3-70-g09d2