diff --git a/after/syntax/rust.vim b/after/syntax/rust.vim index 5966321f..b0f7e628 100644 --- a/after/syntax/rust.vim +++ b/after/syntax/rust.vim @@ -28,4 +28,7 @@ hi link rustNiceOperator Operator if !(exists('g:rust_conceal_mod_path') && g:rust_conceal_mod_path != 0) hi! link Conceal Operator + + " And keep it after a colorscheme change + au ColorScheme hi! link Conceal Operator endif