Change to Lightline instead of Airline [Fix #418]

This commit is contained in:
Yan Pritzker
2014-01-05 19:09:18 -06:00
parent 2b117b5812
commit 9c4abaa89f
6 changed files with 16 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
let g:lightline = {
\ 'colorscheme': 'solarized',
\ 'component': {
\ 'readonly': '%{&readonly?"⭤":""}',
\ },
\ 'separator': { 'left': '⮀', 'right': '⮂' },
\ 'subseparator': { 'left': '⮁', 'right': '⮃' }
\ }