Added NeoVIM config

This commit is contained in:
Kulvir Singh
2024-01-01 02:53:52 +05:30
parent eed96f6800
commit da1c768f31
32 changed files with 1266 additions and 3067 deletions

View File

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