better adding in rel path for lualine
This commit is contained in:
@@ -2,5 +2,12 @@ require('lualine').setup {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'codedark',
|
||||
},
|
||||
sections = {
|
||||
lualine_a = {
|
||||
{ 'filename',
|
||||
path = 1,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user