neovim LSP - both denols and tsserver are attaching
Hi, I am following the guide here.
https://docs.deno.com/runtime/manual/getting_started/setup_your_environment/#neovim-0.6%2B-using-the-built-in-language-server
and have lsp set up like
but if I open
main.ts
in a directory that looks like this:
Both denols and tsserver attach.1 Reply
SOLVED:
This was in my init.lua. It'd detect I was coding in typescript, then fire up prettier. which would in turn fire up tsserver.