akinsho / flutter-tools.nvim

Tools to help create flutter apps in neovim using the native lsp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic tokens problem

lvim-tech opened this issue · comments

Hi, @akinsho and thanks for this plugin.
My problem - if load session - semantic tokens activate only if edit file. Any suggestion?
Thanks in advance!

commented

@lvim-tech this plugin doesn't have any specific logic relating to semantic tokens at all so the behaviour here will probably be an exact interaction between neovim's LSP client, dart LS and however your config is setup. It would be close to impossible if not massively time consuming to investigate but AFAIK it isn't anything that this plugin is doing. If you manage to find specific evidence of this plugin being the root cause please post back what you found