-
Notifications
You must be signed in to change notification settings - Fork 114
update roadmap #231
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
update roadmap #231
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -36,9 +36,13 @@ <h3><a href="https://github.com/neovim/neovim/milestone/19">0.5</a></h3> | |||||
| <li>Extended marks (text properties, decorations, virtual text)</li> | ||||||
| </ul> | ||||||
|
|
||||||
| <h3>0.6</h3> | ||||||
| <h3><a href="https://github.com/neovim/neovim/milestone/11">0.6</a></h3> | ||||||
| <ul> | ||||||
| <li>Better file-change detection</li> | ||||||
| <li>Terminal UI as a remote UI</li> | ||||||
| <li>Virtual lines (think virtualtext but on new lines)</li> | ||||||
| <li>Improved folds</li> | ||||||
| <li>Diagnostic API</li> | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. assuming this is for LSP, or is a general UI subsystem enhancement?
Suggested change
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it is meant to be generic, i e reuse the LSP UI logic even for non-LSP sources
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, the motivation was for people to (be able to) stop shoehorning random linters into LSP via null-ls or efm while still getting decent-looking diagnostics (that don't fight each other). |
||||||
| </ul> | ||||||
|
|
||||||
| <h3>Future/Long-term</h3> | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't think 0.5 has Lua remote plugin host, so that should be moved to 0.6 also?