diff options
Diffstat (limited to 'after/syntax/rust.vim')
-rw-r--r-- | after/syntax/rust.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/after/syntax/rust.vim b/after/syntax/rust.vim index 1ab8394e..735c1e15 100644 --- a/after/syntax/rust.vim +++ b/after/syntax/rust.vim @@ -29,5 +29,3 @@ hi link rustNiceOperator Operator if !exists('g:rust_conceal_mod_path') hi! link Conceal Operator endif - -setlocal conceallevel=2 |