-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ocp-indent doesn't work in vim #22
Comments
How exactly did you try to indent ? The default keybinding for indent-line is |
I was expecting indentation when I hit "return" key. Also I tried |
I'm having the same issue. Was this ever resolved @ddosia ? |
The file to load is actually configured twice, for the two cases where:
This is designed to give users It seems indeed that the path at the end failed to be updated correctly when Can you try the load command by hand and see what happens ?
|
It turned out that
to my |
I had this issue recently on spacemacs fixed by adding the results of |
Hi there! I am new to ocaml.
I have user-setup version 0.4 [4.02.1] installed through opam.
Recently I've tried
After that I fixed #21 vim has lunched fine. I've tried to edit .ml
file to see how indentation works, but nothing happens. Looks like
ocp-ident
doesn't work.This is what was generated:
The last path (
source "/home/dchurikov/.opam/4.02.1/share/vim/syntax/ocp-indent.vim"
) actually points nowhere, right path would be/home/dchurikov/.opam/4.02.1/share/ocp-indent/vim/indent/ocaml.vim
.Anyway after I set this path it still doesn't indent.
Thanks in advance.
The text was updated successfully, but these errors were encountered: