packadd! dracula syntax enable colorscheme dracula packadd! rust.vim set expandtab set autoindent set shiftround set shiftwidth=2 set smarttab set tabstop=4 set nocompatible filetype off set rtp+=~/.vim/bundle/Vundle.vim " ********************************** " Vim-Plug " ********************************** call plug#begin('~/.vim/plugged') call plug#end() " ********************************** " Vundle " ********************************** call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'frazrepo/vim-rainbow' Plugin 'jiangmiao/auto-pairs' Plugin 'fatih/vim-go' call vundle#end() " required filetype plugin indent on " required