Latest NVIM Config

This commit is contained in:
2024-02-20 10:10:38 +07:00
commit fbee4ec4f6
16 changed files with 362 additions and 0 deletions

View File

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