From 7e73208d12ba7c541541b29d38bb80985c9c84c6 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 5 Dec 2016 13:58:29 -0500 Subject: [PATCH] Space our some square brackets --- vim/config/plugins.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 859a17a..36dc9bb 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -439,8 +439,8 @@ scriptencoding utf-8 let g:lightline = { \ 'colorscheme': 'darkcloud', \ 'active': { - \ 'left': [ [ 'mode', 'paste' ], [ 'fugitive', 'filename' ], ['tagbar'] ], - \ 'right': [ [ 'syntastic', 'lineinfo' ], ['percent'], [ 'fileformat', 'fileencoding', 'filetype' ] ] + \ 'left': [ [ 'mode', 'paste' ], [ 'fugitive', 'filename' ], [ 'tagbar' ] ], + \ 'right': [ [ 'syntastic', 'lineinfo' ], [ 'percent' ], [ 'fileformat', 'fileencoding', 'filetype' ] ] \ }, \ 'component_function': { \ 'fugitive': 'LLFugitive', @@ -466,8 +466,8 @@ scriptencoding utf-8 let g:lightline = { \ 'colorscheme': 'darkcloud', \ 'active': { - \ 'left': [ [ 'mode', 'paste' ], [ 'fugitive', 'filename' ], ['tagbar'] ], - \ 'right': [ [ 'syntastic', 'lineinfo' ], ['percent'], [ 'fileformat', 'fileencoding', 'filetype' ] ] + \ 'left': [ [ 'mode', 'paste' ], [ 'fugitive', 'filename' ], [ 'tagbar' ] ], + \ 'right': [ [ 'syntastic', 'lineinfo' ], [ 'percent' ], [ 'fileformat', 'fileencoding', 'filetype' ] ] \ }, \ 'component_function': { \ 'fugitive': 'LLFugitive',