.files/nvim.lua/.config/nvim/lua/lualine_setup.lua
2025-02-02 20:18:57 +01:00

11 lines
251 B
Lua

-- this now handled by the lualine
vim.cmd([[set noshowmode]])
return require('lualine').setup {
options = {
icons_enabled = true,
theme = 'everforest',
section_separators = '',
component_seaparators = '',
}
}