https://github.com/vim/vim/pull/19143
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
did you contact the maintainer?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
did you contact the maintainer?
No, I thought it was possible to do a revision "by the Vim Project" as per the last one.
@alx741 Do you have any objections to the PR? I could also set define which then allows to navigate a haskell codebase using only native Vim features.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
did you contact the maintainer?
No, I thought it was possible to do a revision "by the Vim Project" as per the last one.
In principle that happens after a failed attempt to get maintainer approval.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
In principle that happens after a failed attempt to get maintainer approval.
Ok, thanks. I don't think he's going to answer then...
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Ok, thanks. I don't think he's going to answer then...
Let's see. If he is not responding here, I'll merge it, because I think the idea is good. But let's wait a few more days. I just want to give the maintainer a chance to review.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Hey guys, thanks for including me in the loop. The change LGTM!, thank you @mateoxh
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Hey guys, thanks for including me in the loop. The change LGTM!, thank you @mateoxh
It's great to see you're still active here. What do you think about adding define as well? I’ve been using this pattern:
setlocal define=^\\%(data\\>\\\|class\\>\\%(.*=>\\)\\?\\\|\\%(new\\)\\?type\\>\\\|\\ze\\k\\+\\s*\\%(::\\\|=\\)\\)
The tricky part is the last group which matches type signatures (a basic go to definition). Since they're not always required I also made it match assignments at the top-level (i.e. those not indented).
I think it works suprisingly well in helping to navigate a codebase using native mappings like [d, [i, [<C-d>, etc.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Tried it just now and works pretty well, would be a nice inclusion for sure. If you add a commit with it, you have my thumbs up, thanks for working on it!
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@mateoxh pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
One more thing. I was also wondering why expandtab isn't enabled by default? See https://errors.haskell.org/messages/GHC-94817/
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()