[submodule "vim.dot.link/bundle/colorschemes"]
path = vim.dot.link/bundle/colorschemes
url = https://github.com/flazz/vim-colorschemes
-[submodule "vim.dot.link/bundle/vim-airline"]
- path = vim.dot.link/bundle/vim-airline
- url = https://github.com/bling/vim-airline
[submodule "vim.dot.link/bundle/vim-fugitive"]
path = vim.dot.link/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
" 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
+++ /dev/null
-Subproject commit 5a2daf6dfbd6e0df21612a20f95b4285ae8a2603
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)