SmiteshP / nvim-navbuddy

A simple popup display that provides breadcrumbs feature using LSP server
Apache License 2.0
770 stars 30 forks source link

feat: added lazy loading snippet (#30) #36

Closed Jxstxs closed 1 year ago

Jxstxs commented 1 year ago

I hope it helps!

SmiteshP commented 1 year ago

I am confused, why does lspconfig's code have dependency on navbuddy?! 🤔

Jxstxs commented 1 year ago

Its so that navbuddy get loaded before your lsp stuff and can Hook into the lsp Setup (Like auto_attach)

SmiteshP commented 1 year ago

Oh I see, understood. 🤔 Thanks for the PR :)

Jxstxs commented 1 year ago

You're Welcome! :)