Skip to content

Conversation

@teto
Copy link
Member

@teto teto commented Jun 8, 2021

No description provided.

<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>
Copy link
Member

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>
Copy link
Member

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?

Suggested change
<li>Diagnostic API</li>
<li>LSP: Diagnostic API</li>

Copy link
Member

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

Copy link
Member

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).

@teto teto mentioned this pull request Jul 9, 2021
@clason
Copy link
Member

clason commented Jul 19, 2021

superseded by #243

@teto teto closed this Jul 19, 2021
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.

4 participants