org-bullets.nvim
org-bullets.nvim copied to clipboard
Hi, is there a function to toggle the visibility of the bullets? It would be useful to toggle the highlight when I need to edit the raw file (e.g. for...
If the subtrees are collapsed, after moving a subtree up or down, I have to save the buffer, close it and reopen my org file in order to see the...
Hi i hope you are enjoying good health i am using this plugin from quite a while and it is amazing. for some requirements i also manage a large database...
Currently, if one sets the `rightleft` option (`:set rl`) lines which are affected by *org-bullets.nvim* disappear. I’m not sure if it is a bug in NeoVim or the plugin. This...
Hey @akinsho, awesome plugin as always, just started using it a bit ago and I love it! So when I use the following configuration... ```lua require("org-bullets").setup { concealcursor = true,...
Coming from Doom Emacs, I'm attempting to get nvim-orgmode configured in a similar way when it comes to visuals. Is it possible to conceal headings with a TODO state, for...
added new option `symbols.wrap` with default `false` to not break existing users experience. if `true` setting wraps headline icons around list length for any level `n` icon `n mod #symbols`...