SmiteshP / nvim-navic

Simple winbar/statusline plugin that shows your current code context

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim-navic not working due to recent commit

jackfranklin opened this issue · comments

I did an update to my plugins today and noticed that nvim-navic was no longer showing anything as I navigated through a TypeScript project. I then also confirmed it wasn't working in a Lua project either.

I did some checking of commits and as of e6da6f7, it was working just fine. Will continue to try recent commits to see if I can hunt down the issue.

Don't ask me why as I have no idea, but if I checkout the next commit 0f2732e, it breaks, even though that commit is only formatting!

Ah thank you @ChristianChiarulli, I didn't spot that. I have sent #131 which fixes it for me locally.

The is_available function is returning false all the time as well.

Apologies guys, I merged a PR without testing it locally first 🙈

Sorry everyone, this one is on me! It's beyond me how I made that change and didn't notice after.