Skip to content
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

add support for rust-analyzer.runSingle for cargo #362

Merged
merged 3 commits into from
Jan 3, 2021

Conversation

prabirshrestha
Copy link
Contributor

Demo: https://asciinema.org/a/381194

This is how it shows in vim:
image
image

This is how vscode works:
image
image

In the future we might want vim-lsp to support virtual text for codelens so it is easier to discover like in vscode. Currently it is a bit difficult to see.
image

Added a util method so we can easily spawn terminal in both vim and neovim. lsp_settings#utils#term_start.

This would be really useful to run tests or snippet of code. This could ideally help remove plugins such as vim-test

@mattn
Copy link
Owner

mattn commented Jan 2, 2021

Thank you. Please fix some reviewdoc fixes.

@prabirshrestha
Copy link
Contributor Author

Fixed lint issues

@mattn mattn merged commit b0d97cf into mattn:master Jan 3, 2021
@mattn
Copy link
Owner

mattn commented Jan 3, 2021

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants