SmiteshP / nvim-navic

Simple winbar/statusline plugin that shows your current code context

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cursor must be on variable name?

rodhash opened this issue · comments

Hi, two questions pls:

I noticed that Navic only shows the variable name if I move the cursor over the variable name:

navic_test

This behavior is expected? I noticed that in other winbars like lspsaga this doesn't happen, even when cursor is at column 1 it shows up the variable name.

And second thing.. Navic can show the index of the array I'm on?

Thanks.. great plugin