You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was talked about before in another issue, but neovim did not support the required functionality. What needs to occur to get this to work? I'm happy to make issues in the main neovim repository to get this to happen.
org-indent-mode is also configurable with org-indent-indentation-per-level which is my case is set to 2. So the number of virtual spaces prepended should be configurable.
The following stills remains to be done: (Checked means done)
Toggling indent mode on or off in a buffer
Support #+STARTUP: indent & #+STARTUP: noindent
Support for org-indent-mode-turns-on-hiding-stars like Emacs
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
I'll be opening PRs to resolve these as time permits. Probably no later than Sunday 2024-28-01.
Activity
IllustratedMan-code commentedon Oct 6, 2022
This was talked about before in another issue, but neovim did not support the required functionality. What needs to occur to get this to work? I'm happy to make issues in the main neovim repository to get this to happen.
jgollenz commentedon Oct 6, 2022
Are the virtual spaces just used for non-headline text or is the second space for each headline level also virtual?
IllustratedMan-code commentedon Oct 6, 2022
without
org-indent-mode
with
org-indent-mode
IllustratedMan-code commentedon Oct 6, 2022
I believe all indents are virtual.
jgollenz commentedon Oct 7, 2022
Ah, it's prepending two virtual spaces to every line, even nested headings.
This
becomes
IllustratedMan-code commentedon Oct 12, 2022
org-indent-mode
is also configurable withorg-indent-indentation-per-level
which is my case is set to 2. So the number of virtual spaces prepended should be configurable.IllustratedMan-code commentedon Oct 12, 2022
Looks like neovim/neovim#9496 needs to be merged before this functionality will be possible.
org_indent_mode = "noindent"
is buggy with lists #473jgollenz commentedon Jan 12, 2023
@kristijanhusak can you please add the
neovim-dependency
label?danilshvalov commentedon May 10, 2023
See #561
kristijanhusak commentedon Jan 25, 2024
This feature is now added as experimental in #627 (comment).
Please give it a test and see how it works.
PriceHiller commentedon Jan 25, 2024
The following stills remains to be done:
(Checked means done)
#+STARTUP: indent
&#+STARTUP: noindent
org-indent-mode-turns-on-hiding-stars
like EmacsI'll be opening PRs to resolve these as time permits. Probably no later than Sunday
2024-28-01
.vim.b.org_indent_mode
#658org-indent-mode-turns-on-hiding-stars
equivalent #659