From 7f77d6b32e947a65c227749c42c31a7dea96ae05 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?= Date: Sat, 15 Oct 2016 00:47:04 +0200 Subject: [PATCH] cleaned up some parts of my vimrc that did absolutely nothing --- vimrc | 21 --------------------- 1 file changed, 21 deletions(-) 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 -- 2.51.2