Parcourir la source

vimrc: rust ftplugin config

raylu il y a 5 ans
Parent
commit
5fc719de53
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      vimrc

+ 3 - 0
vimrc

@@ -68,6 +68,9 @@ nmap <F12> :SyntasticReset<cr>
 let g:ctrlp_map = '<c-o>'
 let g:ctrlp_match_func = {'match': 'pymatcher#PyMatch'}
 
+let g:rust_recommended_style = 0
+let g:rust_fold = 1
+
 filetype plugin indent on
 syntax on
 highlight Folded ctermbg=black