You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
This seems to work fine but of course the risk is that things break later as I'm poking in typescript.nvim internals.
Would it be possible to keep explicit support for such a non-lspconfig setup, by adding instructions to the README, and then making sure things keep working? And in case of breaking changes update the README and preferably mark commit as breaking change?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Sure, I'm in support of this (I tried to do something similar in #30). I'd be open to a PR that either documents the process or even some kind of helper to set this up with a little less boilerplate, if you're interested.
Hi @jose-elias-alvarez, thanks for your work on
typescript.nvim
(andnvim-lsp-ts-utils
before)!I have a feature request.
I'm not using lspconfig. Instead I do
vim.lsp.start
inside a FileType autocommand myself (https://github.com/marcelbeumer/nvim-config/blob/e449f80d1e1a4e92ab4008d6ec392a9fe4345c29/lua/conf/lsp/server/tsserver.lua).By reading through the source I've managed to using
typescript.nvim
by doing the same as yourlsp.lua
does:This seems to work fine but of course the risk is that things break later as I'm poking in
typescript.nvim
internals.Would it be possible to keep explicit support for such a non-lspconfig setup, by adding instructions to the README, and then making sure things keep working? And in case of breaking changes update the README and preferably mark commit as breaking change?
Thanks in advance!
The text was updated successfully, but these errors were encountered: