SmiteshP / nvim-navic

Simple winbar/statusline plugin that shows your current code context

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doesn't work in typescript

whxcode opened this issue · comments

I have installed lsp-tsserver; and used it in lualine.nvim according to the configuration; but it has no effect on ts files; it is effective in c and c++ files. I don't know how to solve it.

I execute :LspInfo
image

Are you attaching the lsp servers manually? if so make sure you are attaching to typescript server as well

Are you attaching the lsp servers manually? if so make sure you are attaching to typescript server as well

Thanks for the answer; but I can be sure that the tsserver is linked

Are you attaching the lsp servers manually? if so make sure you are attaching to typescript server as well

Sorry; sure enough I didn't configure it correctly. Thanks for your help.