This commit is contained in:
Daniel Bauer
2018-09-12 16:58:48 +02:00
parent d4c3f94514
commit e0b529b91a
6 changed files with 92 additions and 5 deletions

6
.vimrc
View File

@@ -1,3 +1,9 @@
set rtp+=/usr/local/lib/python2.7/dist-packages/powerline/bindings/vim/
" Always show statusline
set laststatus=2
" Use 256 colours (Use this setting only if your terminal supports 256 colours)
set t_Co=256
set nocompatible " be iMproved, required
set number