autoindent isn't working
martindemello opened this issue · 2 comments
martindemello commented
Using vim 7.4, plugin installed from git via vundle. If I type, e.g.
for x = 1 to 10 do
the next line does not indent either when I hit the enter key or when I try manually indenting it via =. Hitting enter always takes me to position 0 in the line, and hitting = always indents the line to the same depth as the previous line.
kjnilsson commented
vim-fsharp doesn't have any indentation support. PRs welcome. :)
kjnilsson commented
Indent support added.