diff --git a/vimrc b/vimrc index 3af07d5..bd13216 100644 --- a/vimrc +++ b/vimrc @@ -21,11 +21,12 @@ Plugin 'Solarized' Plugin 'Tabular' Plugin 'Valloric/YouCompleteMe' Plugin 'closetag.vim' -Plugin 'fidian/hexmode' +"Plugin 'fidian/hexmode' Plugin 'fugitive.vim' Plugin 'honza/vim-snippets' Plugin 'kien/ctrlp.vim' Plugin 'matchit.zip' +Plugin 'repeat.vim' Plugin 'scrooloose/nerdtree' Plugin 'scrooloose/syntastic' Plugin 'tComment' @@ -45,9 +46,10 @@ Plugin 'kchmck/vim-coffee-script' Plugin 'neovimhaskell/haskell-vim' Plugin 'openscad.vim' Plugin 'othree/html5.vim' +Plugin 'rust-lang/rust.vim' Plugin 'vim-pandoc/vim-pandoc-syntax' -" helpers +" debug plugins Plugin 'listmaps.vim' call vundle#end() @@ -62,10 +64,12 @@ set backspace=indent,eol,start set clipboard=unnamedplus set foldignore=" " set foldmethod=indent +set foldlevelstart=20 set formatoptions=cqrt set ignorecase set incsearch set smartcase +set spelllang=en_gb set timeoutlen=500 " visual @@ -81,9 +85,10 @@ set showcmd set splitbelow set splitright set ttyfast +set wildmenu " gui visual -set guifont=Terminus\ 9 +set guifont=Hack\ 9 set guiheadroom=0 set guioptions=agir