jose-elias-alvarez / nvim-lsp-ts-utils

Utilities to improve the TypeScript development experience for Neovim's built-in LSP client.
The Unlicense
438 stars 18 forks source link

refactor: adapt to null-ls lspconfig removal #91

Closed jose-elias-alvarez closed 2 years ago

jose-elias-alvarez commented 2 years ago

Waiting on jose-elias-alvarez/null-ls.nvim#389, which I plan on merging at the end of the week.

This PR just updates the null-ls setup instructions in the documentation and how null-ls is set up in integration tests. This plugin will continue to depend on lspconfig for the foreseeable future (until it becomes an independent plugin that takes care of setting up tsserver on its own).