diff options
| author | Robert Günzler <r@gnzler.io> | 2020-06-17 18:06:16 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-06-17 18:06:16 +0200 |
| commit | cf0b38afa81a3ea4bb6a2c479328ad826aa2b87a (patch) | |
| tree | 3d9883d71ab26561db0393c1e276f7bdbb7b2554 /.vim/plugin/line.vim | |
| parent | 9b5a1d1dc2ad9636b5f31a0ea092595d582e13a9 (diff) | |
vim: tweak daymode, move to yui for day theme
Diffstat (limited to '.vim/plugin/line.vim')
| -rw-r--r-- | .vim/plugin/line.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/plugin/line.vim b/.vim/plugin/line.vim index 2707175..ad25cab 100644 --- a/.vim/plugin/line.vim +++ b/.vim/plugin/line.vim @@ -1,5 +1,4 @@ let g:lightline = {} -let g:lightline.colorscheme = 'papercolor_dim' let g:lightline.enable = { 'statusline': 1, 'tabline': 0 } |