Skip to main content

Crate reovim_tui_mod_explorer

Crate reovim_tui_mod_explorer 

Source
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§

ExplorerModule
Explorer sidebar native client module.