This commit is contained in:
2026-01-25 00:35:44 +03:00
commit 4cb5a0c05a
22 changed files with 1400 additions and 0 deletions

7
lua/config/lualine.lua Normal file
View File

@ -0,0 +1,7 @@
require('lualine').setup {
options = {
theme = 'gruvbox',
section_separators = '',
component_separators = '',
},
}