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

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

Add referenced client in eslint setup #19

Closed vuki656 closed 3 years ago

vuki656 commented 3 years ago

Since client is referenced in ts_utills.setup_client(client) it shouldn't be _ in the params

jose-elias-alvarez commented 3 years ago

Thank you!