lightline/tmuxline theme

This commit is contained in:
Bartek Stalewski 2020-02-05 18:29:44 +01:00
parent acb5017b6e
commit b166da7874
2 changed files with 10 additions and 9 deletions

View file

@ -80,6 +80,7 @@ let g:syntastic_auto_loc_list = 1
let g:syntastic_puppet_puppetlint_args = "--no-80chars-check --no-autoloader_layout-check --no-nested_classes_or_defines-check --no-only_variable_string-check"
let g:lightline = {
\ 'colorscheme': 'powerlineish',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ],
\ [ 'fugitive', 'readonly', 'filename' ] ],