moved config files to single location

This commit is contained in:
Kulvir Singh
2024-05-14 14:28:09 +05:30
parent 4352fa101b
commit a64b8177aa
100 changed files with 573 additions and 638 deletions

View File

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