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

11 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 = '',
}
}