You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
async treesitter. opening and editing treesitter-highlighted files never blocks the UI or user input.
defaults. especially LSP defaults
many new stdlib fns, but no new RPC API fns. but we have a clear path to more flexibility in the RPC API, while still maintaining back-compat.
lsp config: Use |vim.lsp.config()| to define, and selectively enable, LSP configurations. This is basically a wrapper around |vim.lsp.start()| which allows you to share and merge configs (which may be provided by Nvim or third-party plugins)
....
screenshots:
OSC 133 shell prompts
virtual_lines lsp diagnostics
The text was updated successfully, but these errors were encountered:
key callouts:
Use |vim.lsp.config()| to define, and selectively enable, LSP configurations. This is basically a wrapper around |vim.lsp.start()| which allows you to share and merge configs (which may be provided by Nvim or third-party plugins)
screenshots:
virtual_lines
lsp diagnosticsThe text was updated successfully, but these errors were encountered: