diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-22 19:20:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-22 19:20:33 -0300 |
commit | 3e79be0a91bd4ca8e89a00bbdbb6fc782e6f26d4 (patch) | |
tree | 8af0ff398e52c42579712d917ac80b2c03d10558 /gvimrc.dot.link | |
parent | e2559a18bbba1def6c664fd9a5ce75f452d612d7 (diff) | |
download | vim-3e79be0a91bd4ca8e89a00bbdbb6fc782e6f26d4.tar.gz vim-3e79be0a91bd4ca8e89a00bbdbb6fc782e6f26d4.tar.bz2 |
Switch from vim-airline to powerline
Diffstat (limited to 'gvimrc.dot.link')
-rw-r--r-- | gvimrc.dot.link | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gvimrc.dot.link b/gvimrc.dot.link index 3870a2d..6608dfc 100644 --- a/gvimrc.dot.link +++ b/gvimrc.dot.link @@ -28,3 +28,10 @@ set t_Co=256 " Color scheme "colorscheme solarized colorscheme xoria256 + +" Powerline +set showtabline=1 " Do not display the tabline if there's just one tab +let g:Powerline_symbols='fancy' +python from powerline.vim import setup as powerline_setup +python powerline_setup() +python del powerline_setup |