-
Notifications
You must be signed in to change notification settings - Fork 98
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
Improve or disable CtrlP-Integration (by default) #121
Comments
Works for me in quickfix - shows |
You are right, I had CtrlP installed and it was automatically using it. Now seeing how (bad) the CtrlP-Integration works I'd rather change the default setting to |
Principle of least surprise 👍 |
I've been looking at the docs and I can't seem to find a Being a recent
Right now you can't have both because you have to decide what |
@nkgm I like your idea. I also feel that all these configurations get a bit out of hand. According to your suggestion the default key binding ( |
Yes keep good old quickfix default as |
Another point to consider wrt Unite is it is now superceded by Denite and no longer actively developed. |
Regarding #92: Would this mean we'd also need Regarding Unite: I've never used it myself and not sure about the adoption rate. If not maintained and used anymore I'd be fine with removing support if it makes things easier... or what where you aiming at @nkgm? |
We're probably looking at a long lived [WIP] PR where all worthy alternatives would be explored in practice. As a starting point I'm thinking As for Unite vs Denite, I'm thinking Denite only - no point in bloating the core with support for a deprecated (though great) plugin. For die hard Unite fans, it should be fairly easy to roll their own support in their vimrc if we provide a gist as a starting point. Ultimately, if this becomes a case of feature creep, we keep things simple and leave the opinionated parts to userland. I'm keen to work on this PR, yet be warned I'm only moderately experienced in |
@nkgm I like your suggestion regarding naming and dropping the Unite support/providing a gist! Please go ahead if you find time and please provide some detailed explaination for the upcoming changes in the PR description that outlines the thought process for future reference and potential discussion 👍 😃 |
Am I missing something, or is this not in the current version? |
Short answer no. I was meant to look into this after fixing #118 but turned out to be a wider issue with persistence affecting more open issues than the original one, so it has to take priority. |
I'm quite sure this was the case in an older version of this plugin. The problem with the current implementation – that only shows the line preview: it's hard to see where the bookmark is located. Especially when it is an empty line.The Ctrl-Integration does not provide information about the file and line-number which makes it really hard to see where bookmarks are located.
I'd suggest to do one of these two options:
a) Add file and line-number to the CtrlP window entries (if possible)
b) Deactivate the CtrlP-integration by default
The text was updated successfully, but these errors were encountered: