From b70f666181cc2bcc813cfc6e881071da37a3b807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Fri, 8 Nov 2013 18:38:04 +0100 Subject: [PATCH] allow modelines, add vimbling --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 355f15a..6714127 100644 --- a/vimrc +++ b/vimrc @@ -24,7 +24,6 @@ set backspace=indent,eol,start set hidden " change buffers without saving set mousehide " no mouse set wildmenu " menu when tab completing commands -set nomodeline " ignore modelines set nostartofline " don't move the coursor to the beginning of the line set foldmethod=marker " fold by marker set scrolloff=11 " minimum lines to the screens end @@ -208,4 +207,5 @@ let g:jedi#popup_on_dot = 0 Bundle 'airblade/vim-gitgutter' let g:gitgutter_enabled = 0 noremap g :GitGutterToggle +Bundle 'ivyl/vim-bling' "" }}}