Explorar el Código

vimrc: rust ftplugin config

raylu hace 5 años
padre
commit
5fc719de53
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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