Change component to relativepath

This commit is contained in:
Sam A. 2023-05-11 22:36:41 +02:00
parent a0f7733f50
commit f5dd78b550
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ vim.g.lightline = {
colorscheme = 'one',
tabline = {
left = { { 'buffers' } },
right = { { 'close' } }
right = { { 'relativepath' } }
},
component_expand = {
buffers = 'lightline#bufferline#buffers'