aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-02-02 11:07:37 +0000
committerVasil Zlatanov <v@skozl.com>2017-02-02 11:07:37 +0000
commite3088cc77e4c5b9daf8e129b00dd4284ad9c202e (patch)
treed5d747971ba10d93fb23dfaa4be44cafe88cb7d1
parent2b9cb856c5ba638a90150264486df53f61ac0e03 (diff)
downloaddotfiles-e3088cc77e4c5b9daf8e129b00dd4284ad9c202e.tar.gz
dotfiles-e3088cc77e4c5b9daf8e129b00dd4284ad9c202e.tar.bz2
dotfiles-e3088cc77e4c5b9daf8e129b00dd4284ad9c202e.zip
make vim look better
-rw-r--r--Editor/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Editor/vimrc b/Editor/vimrc
index 5b3510e..bbcf939 100644
--- a/Editor/vimrc
+++ b/Editor/vimrc
@@ -15,6 +15,8 @@ Plugin 'tpope/vim-repeat'
Plugin 'Valloric/YouCompleteMe'
Plugin 'SirVer/ultisnips'
Plugin 'honza/vim-snippets'
+" make it look good
+Plugin 'junegunn/goyo.vim'
call vundle#end() " required
filetype plugin indent on " required
@@ -33,6 +35,7 @@ set background=dark " Fix hilight colours
"set autowrite " Automatically save before commands like :next and :make
"set hidden " Hide buffers when they are abandoned
"set mouse=a " Enable mouse usage (all modes)
+set laststatus=0 " Hide the useless statusbar
set relativenumber
set number