From b42631942b74b2f5ac5c955343861518c38282e8 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Sun, 29 Aug 2021 14:51:47 +0300 Subject: Defaults in completions, better schema --- helix-view/src/editor.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helix-view') diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 235974d7..9cfe12ea 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -22,7 +22,7 @@ use anyhow::Error; pub use helix_core::diagnostic::Severity; pub use helix_core::register::Registers; -use helix_core::syntax; +use helix_core::syntax::{self, DebugConfigCompletion}; use helix_core::Position; use serde::Deserialize; @@ -77,7 +77,7 @@ pub struct Editor { pub debugger: Option, pub debugger_events: SelectAll>, pub debug_config_picker: Option>, - pub debug_config_completions: Option>>, + pub debug_config_completions: Option>>, pub variables: Option>, pub variables_page: usize, -- cgit v1.2.3-70-g09d2