Change to Lightline instead of Airline [Fix #418]
This commit is contained in:
8
vim/settings/lightline.vim
Normal file
8
vim/settings/lightline.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
let g:lightline = {
|
||||
\ 'colorscheme': 'solarized',
|
||||
\ 'component': {
|
||||
\ 'readonly': '%{&readonly?"⭤":""}',
|
||||
\ },
|
||||
\ 'separator': { 'left': '⮀', 'right': '⮂' },
|
||||
\ 'subseparator': { 'left': '⮁', 'right': '⮃' }
|
||||
\ }
|
||||
Reference in New Issue
Block a user