SmiteshP / nvim-navic

Simple winbar/statusline plugin that shows your current code context

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lualine `on_click` support

Mayrixon opened this issue · comments

I noticed that Navic has its own click support and provided a simple way to add a component in Lualine. Is that possible to expose an API to set up Navic click function when enabled as a Lualine component?

Both the things are independent of each other. So just having click=true in setup function and adding navic component to lualine should work just fine

Thanks @SmiteshP for your reply. I have tried with the option click = true of Navic inside a winbar of Lualine, and the click function works properly.