Ver Fonte

vimrc: rust ftplugin config

raylu há 5 anos atrás
pai
commit
5fc719de53
1 ficheiros alterados com 3 adições e 0 exclusões
  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