fidget.nvim
fidget.nvim copied to clipboard
Doesn't work with nvm node js
Hello.
Looks like this plugin doesn't work with nvm nodejs.
I'm not 100% sure but it works if node is installed as global package.
I'm not sure that this is Fidget's issue; this plugin just relies on the LSP client being set up by something like nvim-lspconfig.
What language server are you using? And are you able to get any LSP at all (e.g., completion, hover, goto-definition, etc.)?
@j-hui Sure.
Lsp works.
I use typescript-language-server which is installed with nvm's nodejs.
See: https://github.com/j-hui/fidget.nvim/issues/17#issuecomment-1037164904
Does adding jsconfig.json for your project help?
Closed due to inactivity.