-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
For some reason, by default neovim uses indentexpr=GetOCamlIndent()
, even if ocp-indent is enabled.
If I manually comment out the first few lines of the vim file, it switches to ocp-indent:
" Only load this indent file when no other was loaded.
"if exists("b:did_indent")
" finish
"endif
"let b:did_indent = 1
My neovim configuration is here
bokwoon95, neynt, eilvelia, sarna, rizo and 1 more
Metadata
Metadata
Assignees
Labels
No labels