From: Philippe Hürlimann Date: Fri, 14 Oct 2016 22:47:04 +0000 (+0200) Subject: cleaned up some parts of my vimrc that did absolutely nothing X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=7f77d6b32e947a65c227749c42c31a7dea96ae05;p=vimfiles.git cleaned up some parts of my vimrc that did absolutely nothing --- diff --git a/vimrc b/vimrc index 0e6c44b..dd91e46 100644 --- a/vimrc +++ b/vimrc @@ -34,7 +34,6 @@ Plugin 'Rip-Rip/clang_complete' Plugin 'scrooloose/nerdcommenter' Plugin 'Shougo/vimproc' Plugin 'sirver/ultisnips' -Plugin 'thinca/vim-localrc' Plugin 'tpope/vim-classpath' Plugin 'tpope/vim-fireplace' Plugin 'tpope/vim-fugitive' @@ -52,18 +51,6 @@ let maplocalleader = "_" " Always show the statusline set laststatus=2 -" powerline settings -let g:Powerline_symbols = 'unicode' -" Sadly I can't get this costum font to work -"let g:Powerline_symbols = 'fancy' - -" Delimate settings -" expand newline and spaces -if has("win32") - let delimitMate_expand_cr = 0 -else - let delimitMate_expand_cr = 1 -endif let delimitMate_expand_space = 1 " set lines horizontal and vertical line for the cursor @@ -106,18 +93,10 @@ if has('gui_running') endif " Bindings -nnoremap c :set relativenumber -nnoremap : -nnoremap :GundoToggle nnoremap :TagbarToggle -inoremap jj - " user defined commands command Vr tabedit ~/.vim/vimrc -" local vimrc -call localrc#load('.local.vimrc', getcwd()) - " ctrlp should change working directory let g:ctrlp_working_path_mode = 0