Change component to relativepath
This commit is contained in:
parent
a0f7733f50
commit
f5dd78b550
|
@ -65,7 +65,7 @@ vim.g.lightline = {
|
|||
colorscheme = 'one',
|
||||
tabline = {
|
||||
left = { { 'buffers' } },
|
||||
right = { { 'close' } }
|
||||
right = { { 'relativepath' } }
|
||||
},
|
||||
component_expand = {
|
||||
buffers = 'lightline#bufferline#buffers'
|
||||
|
|
Loading…
Reference in a new issue