nfwyst

Results 5 comments of nfwyst

> I'm still looking for some help here. Is most of the TypeScript developers in Neovim is working with [coc-volar](https://github.com/yaegassy/coc-volar) of @yaegassy? If so I'll just work on creating an...

> Personally, I'm using COC atm. Want to refactor my setup but that's besides the point. if you want, you can copy my config here: https://github.com/nfwyst/perfect-neovim-config/blob/main/lua/plugins/lsp/config.lua, im using lazy.nvim, its...

my test case: ```typescriptreact import { QueryClient, QueryClientProvider } from '@tanstack/react-query' import { cleanup, render } from '@testing-library/react' import { Form } from '../index' export const client = new QueryClient({...