about summary refs log tree commit diff
path: root/src/etc/vim/after/syntax/rust.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/vim/after/syntax/rust.vim')
-rw-r--r--src/etc/vim/after/syntax/rust.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/etc/vim/after/syntax/rust.vim b/src/etc/vim/after/syntax/rust.vim
index 1ab8394e565..735c1e153a6 100644
--- a/src/etc/vim/after/syntax/rust.vim
+++ b/src/etc/vim/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