11 lines
259 B
Lua
11 lines
259 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 = '',
|
|
}
|
|
}
|