We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ce2d8 commit 5dd9748Copy full SHA for 5dd9748
src/bridge/mod.rs
@@ -110,9 +110,6 @@ pub async fn show_error_message(
110
nvim.echo(prepared_lines, true, nvim_dict! {}).await
111
}
112
113
-// TODO: this function name is bringing confusion and is duplicated
114
-// conflicting with the runtime.launch fn, it should be renamed
115
-// to something else
116
async fn create_neovim_session(
117
handler: NeovimHandler,
118
grid_size: Option<GridSize<u32>>,
0 commit comments