crates/vim/src/surrounds.rs 🔗
@@ -602,13 +602,6 @@ fn all_support_surround_pair() -> Vec<BracketPair> {
surround: true,
newline: false,
},
- BracketPair {
- start: "{".into(),
- end: "}".into(),
- close: true,
- surround: true,
- newline: false,
- },
BracketPair {
start: "<".into(),
end: ">".into(),