vim-rust: init

This commit is contained in:
steveej 2017-02-07 20:16:11 +01:00
parent 54141dd96e
commit e198d616be
3 changed files with 77 additions and 14 deletions

View file

@ -38,6 +38,8 @@ set softtabstop=4
set expandtab
"set textwidth=80
set backspace=indent,eol,start
set wildignore+=*/site/*,*.so,*.swp,*.zip
let g:ctrlp_custom_ignore = {
\ 'dir': '\v[\/]\.(git|hg|svn|)$$',
@ -102,4 +104,6 @@ augroup ft_yaml
setlocal autoindent sw=2 et tabstop=2 shiftwidth=2 softtabstop=2
augroup END
" }}}
''