-
Notifications
You must be signed in to change notification settings - Fork 306
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
Option to open :LspDefinition in a split #169
Comments
ghost
changed the title
Option to open :LspDefinition in a split
Aug 16, 2018
:LspDefinition
opens in a split
Also: jump to a definition in a tab would be great. |
Here's a workaround - put this in
|
This is now possible with Examples:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Love your plugin especially the fact that it is written in vim script. However, one of the feature I'd like to use is jumping to a definition in a split. Language client provides this feature:
https://github.com/autozimu/LanguageClient-neovim/wiki/Goto-definition-in-a-split
Note that this is not the same as doing:
:sp<CR> :LspDefinition<CR>
The above way would open up a split even if lsp was unable to find the definition which is not what I want. I only want to split if the definition exists.
This should be easy to do. Its the only feature I miss moving over from LanguageClient. I'd really appreciate it if you can put this option in (pretty please).
The text was updated successfully, but these errors were encountered: