.files/nvim.lua/.config/nvim/lua/lualine_setup.lua

12 lines
251 B
Lua
Raw Permalink Normal View History

2025-01-25 19:08:41 +01:00
-- this now handled by the lualine
vim.cmd([[set noshowmode]])
return require('lualine').setup {
options = {
icons_enabled = true,
2025-02-02 20:18:57 +01:00
theme = 'everforest',
section_separators = '',
component_seaparators = '',
2025-01-25 19:08:41 +01:00
}
}