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 {
|
||||
'nvim-lualine/lualine.nvim',
|
||||
opts = {
|
||||
sections = {
|
||||
lualine_c = {
|
||||
{
|
||||
'filename',
|
||||
path = 1,
|
||||
},
|
||||
},
|
||||
},
|
||||
options = {
|
||||
theme = 'auto',
|
||||
component_separators = { left = '', right = '' },
|
||||
section_separators = { left = '', right = '' },
|
||||
-- component_separators = { left = '', right = '' },
|
||||
-- section_separators = { left = '', right = '' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user