We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24748ad commit be396b9Copy full SHA for be396b9
indent/org.lua
@@ -8,3 +8,9 @@ vim.bo.indentexpr = 'v:lua.require("orgmode.org.indent").indentexpr()'
8
vim.bo.lisp = false
9
vim.bo.smartindent = false
10
vim.bo.autoindent = true
11
+vim.b.undo_indent = table.concat({
12
+ 'setlocal indentexpr<',
13
+ 'lisp<',
14
+ 'smartindent<',
15
+ 'autoindent<',
16
+}, ' ')
0 commit comments