-
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
Conversation
| <li>Lua user-config: <code>init.lua</code></li> | ||
| <li>Treesitter syntax engine <a href="https://github.com/neovim/neovim/issues/11724">#11724</a></li> | ||
| <li><a href="https://github.com/Microsoft/language-server-protocol">LSP</a> client for code navigation, refactoring</li> | ||
| <li>Extended marks (text properties, decorations, virtual text)</li> |
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?
| <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> |
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.
assuming this is for LSP, or is a general UI subsystem enhancement?
| <li>Diagnostic API</li> | |
| <li>LSP: Diagnostic API</li> |
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 think it is meant to be generic, i e reuse the LSP UI logic even for non-LSP sources
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.
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).
|
superseded by #243 |
No description provided.