Quality of life features added

This commit is contained in:
Kulvir Singh
2024-01-07 23:06:57 +05:30
parent 43437a046d
commit 4026d6af1c
16 changed files with 487 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
require('lualine').setup {
options = {
icons_enabled = true,
theme = 'onedark',
},
sections = {
lualine_a = {
{
'filename',
path = 1,
}
}
}
}