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 React Typescript filetypes to null-ls integration #34

Closed VVKot closed 3 years ago

VVKot commented 3 years ago

JSX/TSX files are mapped to one of the two filetypes - either with "react" prefix or ".jsx"/".tsx" prefix. This makes sure all of the permutations are covered

jose-elias-alvarez commented 3 years ago

Looks good, thanks!