From d3625ee1477259fbbd3cff48fccc227db07139a5 Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Sun, 19 Jun 2016 21:06:17 +0300 Subject: [PATCH] Remove buffer number from lightline-bufferline --- neostrophic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neostrophic.vim b/neostrophic.vim index 93dc4a3..da69d66 100644 --- a/neostrophic.vim +++ b/neostrophic.vim @@ -138,7 +138,7 @@ let g:lightline_buffer_active_buffer_left_icon = '[' let g:lightline_buffer_active_buffer_right_icon = ']' let g:lightline_buffer_separator_icon = '' -let g:lightline_buffer_show_bufnr = 1 +let g:lightline_buffer_show_bufnr = 0 let g:lightline_buffer_rotate = 0 let g:lightline_buffer_fname_mod = ':t' let g:lightline_buffer_excludes = ['vimfiler']