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

12 lines
259 B
Lua
Raw Normal View History

2023-01-08 04:16:41 +01:00
-- this now handled by the lualine
vim.cmd([[set noshowmode]])
return require('lualine').setup {
options = {
icons_enabled = true,
2023-07-24 00:01:29 +02:00
--theme = 'everforest',
2023-01-08 04:16:41 +01:00
-- section_separators = '',
-- component_seaparators = '',
}
}