config updates

This commit is contained in:
Grigory Shipunov 2025-02-02 20:18:57 +01:00
parent a848517698
commit 337bd61db9
6 changed files with 48 additions and 68 deletions

View file

@ -4,8 +4,8 @@ vim.cmd([[set noshowmode]])
return require('lualine').setup {
options = {
icons_enabled = true,
--theme = 'everforest',
-- section_separators = '',
-- component_seaparators = '',
theme = 'everforest',
section_separators = '',
component_seaparators = '',
}
}