Merge branch 'master' into jenipapo

This commit is contained in:
Thomas Ruoff
2017-04-24 09:50:43 +02:00
6 changed files with 172 additions and 241 deletions

View File

@@ -1,6 +1,6 @@
"" lightline
let g:lightline = {
\ 'colorscheme': 'solarized',
\ 'colorscheme': 'default',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ], [ 'fugitive', 'filename' ], ['ctrlpmark'] ],
\ 'right': [ [ 'ale', 'lineinfo' ], ['percent'], [ 'fileformat', 'fileencoding', 'filetype' ] ]