aboutsummaryrefslogtreecommitdiff
path: root/vimrc.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-22 19:20:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-22 19:20:33 -0300
commit3e79be0a91bd4ca8e89a00bbdbb6fc782e6f26d4 (patch)
tree8af0ff398e52c42579712d917ac80b2c03d10558 /vimrc.dot.link
parente2559a18bbba1def6c664fd9a5ce75f452d612d7 (diff)
downloadvim-3e79be0a91bd4ca8e89a00bbdbb6fc782e6f26d4.tar.gz
vim-3e79be0a91bd4ca8e89a00bbdbb6fc782e6f26d4.tar.bz2
Switch from vim-airline to powerline
Diffstat (limited to 'vimrc.dot.link')
-rw-r--r--vimrc.dot.link10
1 files changed, 7 insertions, 3 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link
index 45f1837..66c9602 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -161,6 +161,10 @@ noremap ,dd zi:.;/^-- $/d<CR>O-- <UP><End><CR><CR><UP><CR><C-O>zi
colorscheme xoria256
" Powerline
-"python from powerline.vim import setup as powerline_setup
-"python powerline_setup()
-"python del powerline_setup
+python from powerline.vim import setup as powerline_setup
+python powerline_setup()
+python del powerline_setup
+
+set laststatus=2 " Always display the statusline in all windows
+set showtabline=2 " Always display the tabline, even if there is only one tab
+set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline)