diff --git a/vim/vimrc b/vim/vimrc index 9de6463..85fe9d0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -13,6 +13,7 @@ set autoindent set rtp+=~/.vim/bundle/vundle/ set pastetoggle= set incsearch +set encoding=utf8 call vundle#rc() "We are going to try the wrapping functions. We'll see how that works @@ -38,7 +39,9 @@ Plugin 'altercation/vim-colors-solarized' Plugin 'flazz/vim-colorschemes' Plugin 'drmikehenry/vim-extline' Plugin 'tpope/vim-surround.git' - +Plugin 'ryanoasis/vim-webdevicons' +Plugin 'terryma/vim-multiple-cursors' +Plugin 'Valloric/YouCompleteMe' filetype plugin indent on augroup vimrc_autocmds @@ -50,7 +53,9 @@ augroup vimrc_autocmds augroup END "Powerline setup -" set guifont=PowerLineSymbols\ DejaVu\ Sans\ Mono\ for\ Powerline\ 9 +"set guifont=PowerLineSymbols\ DejaVu\ Sans\ Mono\ for\ Powerline\ 9 +" set guifont=DejaVu\ Sans\ Mono\ for\ Powerline\ Plus\ Nerd\ File\ Types\ 9 +set guifont=Sauce\ Code\ Powerline\ Plus\ Nerd\ File\ Types\ 9 " set guifont=Anonymous\ Pro\ for\ Powerline\ Regular/9 let g:Powerline_symbols = 'fancy' let g:airline_powerline_fonts = 1 @@ -107,3 +112,4 @@ let g:riv_fold_level = 0 let g:riv_fold_auto_update = 0 colorscheme jellybeans +setlocal spell spelllang=en_us