Expand description
File explorer sidebar native module for reovim TUI.
Renders a sidebar tree view on the left side of the terminal.
Receives state from the server via on_notification() and
renders through RenderSurface.
§Layout
+--------+------------------------------------------+
| project| Editor Content |
|--------| |
| v src/ | fn main() { |
| main | println!("hello"); |
| lib | } |
| > test | |
| readme | |
+--------+------------------------------------------+Structs§
- Explorer
Module - Explorer sidebar native client module.