diff --git a/crates/vim/src/surrounds.rs b/crates/vim/src/surrounds.rs index 5e25b08dd8656887b2013df52a5e7d62fce5dbe0..3ce4e6a2e94b1090714a81195c5562374efb95eb 100644 --- a/crates/vim/src/surrounds.rs +++ b/crates/vim/src/surrounds.rs @@ -602,13 +602,6 @@ fn all_support_surround_pair() -> Vec { surround: true, newline: false, }, - BracketPair { - start: "{".into(), - end: "}".into(), - close: true, - surround: true, - newline: false, - }, BracketPair { start: "<".into(), end: ">".into(),