mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 06:27:14 +01:00
show relative path in lualine
This commit is contained in:
@@ -1,10 +1,18 @@
|
|||||||
return {
|
return {
|
||||||
'nvim-lualine/lualine.nvim',
|
'nvim-lualine/lualine.nvim',
|
||||||
opts = {
|
opts = {
|
||||||
|
sections = {
|
||||||
|
lualine_c = {
|
||||||
|
{
|
||||||
|
'filename',
|
||||||
|
path = 1,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
options = {
|
options = {
|
||||||
theme = 'auto',
|
theme = 'auto',
|
||||||
component_separators = { left = '', right = '' },
|
-- component_separators = { left = '', right = '' },
|
||||||
section_separators = { left = '', right = '' },
|
-- section_separators = { left = '', right = '' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user