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
Implement the offloading of the minimap calculation to a separate process. The objective is to utilize Rust for this task, as it offers enhanced performance and safety advantages. The Neovim plugin will establish asynchronous communication with the Rust process to facilitate the exchange of buffer updates and minimap data.
The text was updated successfully, but these errors were encountered:
Implement the offloading of the minimap calculation to a separate process. The objective is to utilize Rust for this task, as it offers enhanced performance and safety advantages. The Neovim plugin will establish asynchronous communication with the Rust process to facilitate the exchange of buffer updates and minimap data.
The text was updated successfully, but these errors were encountered: