From e49bfd3e3c3690366ce36a0c8e4b7e4b058493ad Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 10 May 2024 20:44:07 +0200 Subject: Add conceal cursor --- fnl/plugins/orgmode.fnl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl index 8297d13..e89039b 100644 --- a/fnl/plugins/orgmode.fnl +++ b/fnl/plugins/orgmode.fnl @@ -29,7 +29,8 @@ (tset vim.opt_local :foldenable false) (tset vim.opt_local :foldlevelstart 0) (tset vim.opt_local :foldlevel 0) - (tset vim.opt_local :conceallevel 2))}]]) + (tset vim.opt_local :conceallevel 2) + (tset vim.opt.local :concealcursor :nc))}]]) (fn init [] (let [cmds (require :util.cmds)] -- cgit v1.2.3-70-g09d2