12 lines
254 B
Lua
12 lines
254 B
Lua
|
-- this now handled by the lualine
|
||
|
vim.cmd([[set noshowmode]])
|
||
|
|
||
|
return require('lualine').setup {
|
||
|
options = {
|
||
|
icons_enabled = true,
|
||
|
theme = 'moonfly',
|
||
|
-- section_separators = '',
|
||
|
-- component_seaparators = '',
|
||
|
}
|
||
|
}
|