From 1a36644e5d908e7ad2ccd96f8e06d2a5f755ee73 Mon Sep 17 00:00:00 2001 From: humphreylin Date: Tue, 30 Jul 2019 04:47:33 +0000 Subject: add 'set nocompatible' and enable tab line in vimrc --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index 25f845d..d76de22 100644 --- a/.vimrc +++ b/.vimrc @@ -1,3 +1,4 @@ +set nocompatible set number syntax on set encoding=utf-8 @@ -49,3 +50,4 @@ call plug#end() " Plugin config colorscheme molokai let g:airline='molokai' +let g:airline#extensions#tabline#enabled = 1 -- cgit v1.2.3