nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
5.72k stars 455 forks source link

Error Lua Syntax Check.: Function as expression cannot be named. #1175

Open spacexmoon opened 6 months ago

spacexmoon commented 6 months ago

function ins_left(component) table.insert(config.sections.lualine_c, component) end,

function ins_right(component) table.insert(config.sections.lualine_x, component) end,

spacexmoon commented 6 months ago

Plz if anyone was able to git rid of the error inside lazyvim plz tell me how i exhausted all option possible and i search a ton online with no luck