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

11 lines
248 B
Lua

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