Set termguicolors to true

macos-click-through
Chinmay Dalal 4 years ago committed by GitHub
parent cb43677c23
commit cc50ff262e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -241,6 +241,9 @@ async fn start_neovim_runtime(
nvim.set_option("lazyredraw", Value::Boolean(false))
.await
.ok();
nvim.set_option("termguicolors", Value::Boolean(true))
.await
.ok();
let mut options = UiAttachOptions::new();
options.set_linegrid_external(true);

Loading…
Cancel
Save