всем доброго дня, кто-нибудь lsp сервер настраивал для angular2? (в emacs не так давно, пришел после вима оценить все прелести вашего мира)
использую doom
устанавливал так:
https://emacs-lsp.github.io/lsp-mode/page/lsp-angular/#installationв init.el
(javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
;; (typescript +lsp)
;; (angular +lsp)
…
(setq lsp-clients-angular-language-server-command
'("node"
"/usr/local/lib/node_modules/@angular/language-server"
"--ngProbeLocations"
"/usr/local/lib/node_modules"
"--tsProbeLocations"
"/usr/local/lib/node_modules"
"--stdio"))
когда пробую перейти к definition
lsp--send-request-async: The connected server(s) does not support method textDocument/definition.
To find out what capabilities support your server use ‘M-x lsp-describe-session’