neovide 0.16.2

Neovide: No Nonsense Neovim Gui
1
2
3
4
5
6
7
8
pub mod hotkey;
pub mod tab_navigation;

pub use crate::platform::macos::{
    MacosWindowFeature, TouchpadStage, get_last_host_window, get_ns_window, hide_application,
    is_focus_suppressed, is_tab_overview_active, native_tab_bar_enabled, register_file_handler,
    trigger_tab_overview, window_identifier,
};