mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
Merge 3a163017e3
into 7ebf650029
This commit is contained in:
commit
a377dea379
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ impl Capabilities {
|
|||
pub fn from_env_or_default(config: &EditorConfig) -> Self {
|
||||
match termini::TermInfo::from_env() {
|
||||
Err(_) => Capabilities {
|
||||
has_extended_underlines: config.undercurl,
|
||||
has_extended_underlines: config.undercurl
|
||||
|| matches!(term_program().as_deref(), Some("WezTerm")),
|
||||
..Capabilities::default()
|
||||
},
|
||||
Ok(t) => Capabilities {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue