better adding in rel path for lualine

This commit is contained in:
Arjun Patel
2023-02-07 10:40:05 -06:00
parent 65aa4bbba2
commit 09aac154e1
2 changed files with 36 additions and 29 deletions
+7
View File
@@ -2,5 +2,12 @@ require('lualine').setup {
options = {
icons_enabled = true,
theme = 'codedark',
},
sections = {
lualine_a = {
{ 'filename',
path = 1,
}
}
}
}