literate.vim icon indicating copy to clipboard operation
literate.vim copied to clipboard

Allow autoindenting in the embedded language

Open niksilver opened this issue 4 years ago • 0 comments

Currently, when working in a code block in vim, hitting Enter after a line of code does not autoindent. Instead the cursor always returns to column 0. With this change literate mode will pick up the autoindenting of the embedded language. Therefore hitting Enter after a line of code in a code block will autoindent as the user expects.

niksilver avatar Jul 17 '19 08:07 niksilver