summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-12-03 13:40:12 +0100
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-12-03 13:40:12 +0100
commitf1b7f0ce3ea352261e41e4ed541d9e39d773cd1f (patch)
treed910628a2736c852d1ba81e98330581fa09ba02d /.vimrc
parent1353cf10d347b3ac7a745e8aee7968e64beca3e1 (diff)
Rolled back changes to vimrc, turns out they're not compatible with vundle.
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 22eff0c..5783592 100644
--- a/.vimrc
+++ b/.vimrc
@@ -35,7 +35,7 @@ filetype plugin indent on " required
"
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line
-silent !colorscheme aldmeris
+colorscheme aldmeris
inoremap jj <Esc>
let g:aldmeris_termcolors = "tango"
let g:airline#extensions#tabline#enabled = 1