typescript-tools.nvim
typescript-tools.nvim copied to clipboard
Support for non-lspconfig setup?
neovim has supported starting a new LSP client/language server or reusing an already running client via vim.lsp.start for a while now. IIRC, since version 0.8.
Was wondering if that will be supported or is there an interest in supporting that?
I know. We reusing a lot of utility functions from lspconfig, especially for getting correct paths to server, of course it can be done without but, it isn't my top priority but pr's are welcome.