]> Untitled Git - vimfiles.git/commitdiff
cleaned up some parts of my vimrc that did absolutely nothing
authorPhilippe Hürlimann <p@hurlimann.org>
Fri, 14 Oct 2016 22:47:04 +0000 (00:47 +0200)
committerPhilippe Hürlimann <p@hurlimann.org>
Fri, 14 Oct 2016 22:47:04 +0000 (00:47 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 0e6c44b49a4991759f367241c60cda24197754ea..dd91e4655ffb030c95dd37ef9f4565193fb1e48a 100644 (file)
--- 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 <leader>c :set relativenumber<CR>
-nnoremap <Space> :
-nnoremap <F7> :GundoToggle<CR>
 nnoremap  <F8> :TagbarToggle<CR>
 
-inoremap jj <Esc>
-
 " 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