This commit is contained in:
2025-02-28 01:39:45 +03:00
commit 9b2d3b3b2c
20 changed files with 613 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 = '',
},
}