-
Notifications
You must be signed in to change notification settings - Fork 35
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
Words beginning with "in" triggering indentation accidentally #74
Comments
I see this behavior even with
or
Is this possible? Update Okay, It looks like And I'm using https://github.com/sheerun/vim-polyglot |
@Vladciobanu Could we release a new version of the library? Looks like there are some nice improvements included in the latest. I can take a look at releasing this if you don't have time. |
@andys8 Can you help maintain this so we don't all need to use your fork? |
Hey, it's two years later and I'm currently trying to figure out what I did and why :D The only difference of my fork is: main...andys8:purescript-vim:main But turns out, I'm not using my fork myself, but instead disabled indentation completely. Since you seem to be using the fork: do you think it makes sense to open a pull request for the |
It's somehow hard to come up with a good example, but just playing around in a do block, where
let
is also used withoutin
, it feels likein
triggers indentation accidentally. This is especially the case for words beginning with "in" e.g.intercalate
.It could be an improvement to use
in<space>
as trigger for indentation and notin
.The text was updated successfully, but these errors were encountered: