aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorhumphreylin <[email protected]>2019-07-30 04:47:33 +0000
committerhumphreylin <[email protected]>2019-07-30 04:47:33 +0000
commit1a36644e5d908e7ad2ccd96f8e06d2a5f755ee73 (patch)
treeb3f2d07590ce43d0c7e00c70b53e552a00bd5a0e /.vimrc
parentb4acdbd08e426ecaba332708d60b9dcf4b0c9c42 (diff)
downloaddotfiles-1a36644e5d908e7ad2ccd96f8e06d2a5f755ee73.tar.gz
dotfiles-1a36644e5d908e7ad2ccd96f8e06d2a5f755ee73.tar.bz2
dotfiles-1a36644e5d908e7ad2ccd96f8e06d2a5f755ee73.zip
add 'set nocompatible' and enable tab line in vimrc
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
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